Html Css Color HEX #707512 Fiji Green

📋 copy color: '#707512'

red 112 ◦ green 117 ◦ blue 18

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

Shades of Fiji Green #707512

Tints of Fiji Green #707512

RGB

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

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

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

R = 45.34%
G = 47.37%
B = 7.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#707512 (or 0x707512) is known color: Fiji Green. HEX triplet: 70, 75 and 12. RGB value is (112,117,18). Sum of RGB (Red+Green+Blue) = 112+117+18=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #707512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707512 is #8F8AED. Grayscale: #686868. Windows color (decimal): -9407214 or 1209712. OLE color: 1209712.

HSL color Cylindrical-coordinate representation of color #707512: hue angle of 63.03º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #707512 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 18 -
CMYK 0.04 0 0.85 0.54
HSL 63.03º 0.73% 0.26% -
HSV(B) 63.03º 0.85% 0.46% -
XYZ 13.15 16.21 3.01 -
YUV 104.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 112 117 18 0.04 0 0.85 0.54 63.03 0.73 0.26
Hex 70 75 12 4 0 55 36 3F 49 1A
Octal 160 165 22 4 0 125 66 77 111 32
Binary 1110000 1110101 10010 100 0 1010101 110110 111111 1001001 11010

Color Harmonies of #707512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707512

Black with #707512

Text Example


Text Example

White with #707512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707512; }

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

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

background-color css

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

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

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

border-color css

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

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

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