Html Css Color HEX #707514 Fiji Green

📋 copy color: '#707514'

red 112 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #707514

Tints of Fiji Green #707514

RGB

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

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

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

R = 44.98%
G = 46.99%
B = 8.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#707514 (or 0x707514) is known color: Fiji Green. HEX triplet: 70, 75 and 14. RGB value is (112,117,20). Sum of RGB (Red+Green+Blue) = 112+117+20=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #707514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707514 is #8F8AEB. Grayscale: #686868. Windows color (decimal): -9407212 or 1340784. OLE color: 1340784.

HSL color Cylindrical-coordinate representation of color #707514: hue angle of 63.09º 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 #707514 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 20 -
CMYK 0.04 0 0.83 0.54
HSL 63.09º 0.71% 0.27% -
HSV(B) 63.09º 0.83% 0.46% -
XYZ 13.17 16.22 3.1 -
YUV 104.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 112 117 20 0.04 0 0.83 0.54 63.09 0.71 0.27
Hex 70 75 14 4 0 53 36 3F 47 1B
Octal 160 165 24 4 0 123 66 77 107 33
Binary 1110000 1110101 10100 100 0 1010011 110110 111111 1000111 11011

Color Harmonies of #707514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707514

Black with #707514

Text Example


Text Example

White with #707514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707514; }

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

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

background-color css

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

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

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

border-color css

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

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

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