Html Css Color HEX #707712 Fiji Green

📋 copy color: '#707712'

red 112 ◦ green 119 ◦ blue 18

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

Shades of Fiji Green #707712

Tints of Fiji Green #707712

RGB

 RED value IS 112 (44.14% from 255) = 44.98%

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 44.98%
G = 47.79%
B = 7.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#707712 (or 0x707712) is known color: Fiji Green. HEX triplet: 70, 77 and 12. RGB value is (112,119,18). Sum of RGB (Red+Green+Blue) = 112+119+18=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #707712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707712 is #8F88ED. Grayscale: #696969. Windows color (decimal): -9406702 or 1210224. OLE color: 1210224.

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

Color convert

RGB 112 119 18 -
CMYK 0.06 0 0.85 0.53
HSL 64.16º 0.74% 0.27% -
HSV(B) 64.16º 0.85% 0.47% -
XYZ 13.39 16.68 3.09 -
YUV 105.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 112 119 18 0.06 0 0.85 0.53 64.16 0.74 0.27
Hex 70 77 12 6 0 55 35 40 4A 1B
Octal 160 167 22 6 0 125 65 100 112 33
Binary 1110000 1110111 10010 110 0 1010101 110101 1000000 1001010 11011

Color Harmonies of #707712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707712

Black with #707712

Text Example


Text Example

White with #707712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707712; }

 p { color: rgb(112,119,18); }

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

background-color css

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

 a { background-color: rgb(112,119,18); }

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

border-color css

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

 span { border-color: rgb(112,119,18); }

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