#6F761A

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

Shades of Fiji Green #6F761A

Tints of Fiji Green #6F761A

Color information

#6F761A (or 0x6F761A) is unknown color: approx Fiji Green. HEX triplet: 6F, 76 and 1A. RGB value is (111,118,26). Sum of RGB (Red+Green+Blue) = 111+118+26=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #6F761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F761A is #9089E5. Grayscale: #696969. Windows color (decimal): -9472486 or 1734255. OLE color: 1734255.

HSL color Cylindrical-coordinate representation of color #6F761A: hue angle of 64.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F761A is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11111826-
CMYK0.0600.780.54
HSL64.57º63.89%28.24%-
HSV(B)64.57º77.97%46.27%-
XYZ13.2216.413.45-
YUV105.4283.18131.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=43.53%
G=46.27%
B=10.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118260.0600.780.5464.5763.8928.24
Hex6F761A604E3641401c
Octal15716632601166610110034
Binary1101111111011011010110010011101101101000001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,26); }

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

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

 a { background-color: rgb(111,118,26); }

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

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

 span { border-color: rgb(111,118,26); }

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