Html Css Color HEX #6F7612 Fiji Green

📋 copy color: '#6F7612'

red 111 ◦ green 118 ◦ blue 18

#6F7612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #6F7612

Tints of Fiji Green #6F7612

RGB

 RED value IS 111 (43.75% from 255) = 44.94%

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 44.94%
G = 47.77%
B = 7.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#6F7612 (or 0x6F7612) is known color: Fiji Green. HEX triplet: 6F, 76 and 12. RGB value is (111,118,18). Sum of RGB (Red+Green+Blue) = 111+118+18=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7612 is #9089ED. Grayscale: #686868. Windows color (decimal): -9472494 or 1209967. OLE color: 1209967.

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

Color convert

RGB 111 118 18 -
CMYK 0.06 0 0.85 0.54
HSL 64.2º 0.74% 0.27% -
HSV(B) 64.2º 0.85% 0.46% -
XYZ 13.14 16.38 3.04 -
YUV 104.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 111 118 18 0.06 0 0.85 0.54 64.2 0.74 0.27
Hex 6F 76 12 6 0 55 36 40 4A 1B
Octal 157 166 22 6 0 125 66 100 112 33
Binary 1101111 1110110 10010 110 0 1010101 110110 1000000 1001010 11011

Color Harmonies of #6F7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7612

Black with #6F7612

Text Example


Text Example

White with #6F7612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F7612;
 }
 .AnyTagClassName
 {
   color: #6F7612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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