Html Css Color HEX #707714 Fiji Green

📋 copy color: '#707714'

red 112 ◦ green 119 ◦ blue 20

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

Shades of Fiji Green #707714

Tints of Fiji Green #707714

RGB

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

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

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

R = 44.62%
G = 47.41%
B = 7.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#707714 (or 0x707714) is known color: Fiji Green. HEX triplet: 70, 77 and 14. RGB value is (112,119,20). Sum of RGB (Red+Green+Blue) = 112+119+20=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #707714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707714 is #8F88EB. Grayscale: #6A6A6A. Windows color (decimal): -9406700 or 1341296. OLE color: 1341296.

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

Color convert

RGB 112 119 20 -
CMYK 0.06 0 0.83 0.53
HSL 64.24º 0.71% 0.27% -
HSV(B) 64.24º 0.83% 0.47% -
XYZ 13.41 16.69 3.18 -
YUV 105.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 112 119 20 0.06 0 0.83 0.53 64.24 0.71 0.27
Hex 70 77 14 6 0 53 35 40 47 1B
Octal 160 167 24 6 0 123 65 100 107 33
Binary 1110000 1110111 10100 110 0 1010011 110101 1000000 1000111 11011

Color Harmonies of #707714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707714

Black with #707714

Text Example


Text Example

White with #707714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707714; }

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

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

background-color css

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

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

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

border-color css

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

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

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