Html Css Color HEX #6F7514 Fiji Green

📋 copy color: '#6F7514'

red 111 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #6F7514

Tints of Fiji Green #6F7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 44.76%
G = 47.18%
B = 8.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#6F7514 (or 0x6F7514) is known color: Fiji Green. HEX triplet: 6F, 75 and 14. RGB value is (111,117,20). Sum of RGB (Red+Green+Blue) = 111+117+20=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7514 is #908AEB. Grayscale: #686868. Windows color (decimal): -9472748 or 1340783. OLE color: 1340783.

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

Color convert

RGB 111 117 20 -
CMYK 0.05 0 0.83 0.54
HSL 63.71º 0.71% 0.27% -
HSV(B) 63.71º 0.83% 0.46% -
XYZ 13.04 16.15 3.09 -
YUV 104.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 111 117 20 0.05 0 0.83 0.54 63.71 0.71 0.27
Hex 6F 75 14 5 0 53 36 40 47 1B
Octal 157 165 24 5 0 123 66 100 107 33
Binary 1101111 1110101 10100 101 0 1010011 110110 1000000 1000111 11011

Color Harmonies of #6F7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7514

Black with #6F7514

Text Example


Text Example

White with #6F7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,20); }

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

background-color css

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

 a { background-color: rgb(111,117,20); }

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

border-color css

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

 span { border-color: rgb(111,117,20); }

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