#6A760B

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

Shades of Fiji Green #6A760B

Tints of Fiji Green #6A760B

Color information

#6A760B (or 0x6A760B) is unknown color: approx Fiji Green. HEX triplet: 6A, 76 and 0B. RGB value is (106,118,11). Sum of RGB (Red+Green+Blue) = 106+118+11=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #6A760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A760B is #9589F4. Grayscale: #666666. Windows color (decimal): -9800181 or 751210. OLE color: 751210.

HSL color Cylindrical-coordinate representation of color #6A760B: hue angle of 66.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A760B is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB10611811-
CMYK0.1000.910.54
HSL66.73º82.95%25.29%-
HSV(B)66.73º90.68%46.27%-
XYZ12.4816.052.76-
YUV102.2176.52130.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.11%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=45.11%
G=50.21%
B=4.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118110.1000.910.5466.7382.9525.29
Hex6A76BA05B36435319
Octal152166131201336610312331
Binary1101010111011010111010010110111101101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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