#6A7D0B

Color #6A7D0B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #6A7D0B

Tints of Fiji Green #6A7D0B

Color information

#6A7D0B (or 0x6A7D0B) is unknown color: approx Fiji Green. HEX triplet: 6A, 7D and 0B. RGB value is (106,125,11). Sum of RGB (Red+Green+Blue) = 106+125+11=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7D0B is #9582F4. Grayscale: #6A6A6A. Windows color (decimal): -9798389 or 753002. OLE color: 753002.

HSL color Cylindrical-coordinate representation of color #6A7D0B: hue angle of 70º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A7D0B is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB10612511-
CMYK0.1500.910.51
HSL70º83.82%26.67%-
HSV(B)70º91.2%49.02%-
XYZ13.3417.763.04-
YUV106.3274.21127.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 43.80%
GREEN value IS 125 (49.22% from 255) = 51.65%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=43.80%
G=51.65%
B=4.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106125110.1500.910.517083.8226.67
Hex6A7DBF05B3346541b
Octal152175131701336310612433
Binary1101010111110110111111010110111100111000110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7D0B; }

 p { color: rgb(106,125,11); }

 H1.HeaderClassName
 {
   color: #6A7D0B;
 }
 .AnyTagClassName
 {
   color: #6A7D0B;
 }
</style>
background-color css

<style>
 a { background-color: #6A7D0B; }

 a { background-color: rgb(106,125,11); }

 div.DivClassName
 {
   background-color: #6A7D0B;
 }
 .BgClassName
 {
   background-color: #6A7D0B;
 }
</style>
border-color css

<style>
 span { border-color: #6A7D0B; }

 span { border-color: rgb(106,125,11); }

 td.TdClassName
 {
   border-color: #6A7D0B;
 }
 .TagClassName
 {
   border-color: #6A7D0B;
 }
</style>