Html Css Color HEX #707414 Fiji Green

📋 copy color: '#707414'

red 112 ◦ green 116 ◦ blue 20

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

Shades of Fiji Green #707414

Tints of Fiji Green #707414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

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

R = 45.16%
G = 46.77%
B = 8.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#707414 (or 0x707414) is known color: Fiji Green. HEX triplet: 70, 74 and 14. RGB value is (112,116,20). Sum of RGB (Red+Green+Blue) = 112+116+20=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #707414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707414 is #8F8BEB. Grayscale: #686868. Windows color (decimal): -9407468 or 1340528. OLE color: 1340528.

HSL color Cylindrical-coordinate representation of color #707414: hue angle of 62.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #707414 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 20 -
CMYK 0.03 0 0.83 0.55
HSL 62.5º 0.71% 0.27% -
HSV(B) 62.5º 0.83% 0.45% -
XYZ 13.05 15.99 3.06 -
YUV 103.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 112 116 20 0.03 0 0.83 0.55 62.5 0.71 0.27
Hex 70 74 14 3 0 53 37 3F 47 1B
Octal 160 164 24 3 0 123 67 77 107 33
Binary 1110000 1110100 10100 11 0 1010011 110111 111111 1000111 11011

Color Harmonies of #707414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707414

Black with #707414

Text Example


Text Example

White with #707414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707414; }

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

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

background-color css

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

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

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

border-color css

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

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

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