Html Css Color HEX #6F7212 Fiji Green

📋 copy color: '#6F7212'

red 111 ◦ green 114 ◦ blue 18

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

Shades of Fiji Green #6F7212

Tints of Fiji Green #6F7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

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

R = 45.68%
G = 46.91%
B = 7.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#6F7212 (or 0x6F7212) is known color: Fiji Green. HEX triplet: 6F, 72 and 12. RGB value is (111,114,18). Sum of RGB (Red+Green+Blue) = 111+114+18=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7212 is #908DED. Grayscale: #666666. Windows color (decimal): -9473518 or 1208943. OLE color: 1208943.

HSL color Cylindrical-coordinate representation of color #6F7212: hue angle of 61.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F7212 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 18 -
CMYK 0.03 0 0.84 0.55
HSL 61.88º 0.73% 0.26% -
HSV(B) 61.88º 0.84% 0.45% -
XYZ 12.68 15.46 2.89 -
YUV 102.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 111 114 18 0.03 0 0.84 0.55 61.88 0.73 0.26
Hex 6F 72 12 3 0 54 37 3E 49 1A
Octal 157 162 22 3 0 124 67 76 111 32
Binary 1101111 1110010 10010 11 0 1010100 110111 111110 1001001 11010

Color Harmonies of #6F7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7212

Black with #6F7212

Text Example


Text Example

White with #6F7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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