Html Css Color HEX #707811 Fiji Green

📋 copy color: '#707811'

red 112 ◦ green 120 ◦ blue 17

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

Shades of Fiji Green #707811

Tints of Fiji Green #707811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 44.98%
G = 48.19%
B = 6.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#707811 (or 0x707811) is known color: Fiji Green. HEX triplet: 70, 78 and 11. RGB value is (112,120,17). Sum of RGB (Red+Green+Blue) = 112+120+17=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #707811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707811 is #8F87EE. Grayscale: #6A6A6A. Windows color (decimal): -9406447 or 1144944. OLE color: 1144944.

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

Color convert

RGB 112 120 17 -
CMYK 0.07 0 0.86 0.53
HSL 64.66º 0.75% 0.27% -
HSV(B) 64.66º 0.86% 0.47% -
XYZ 13.5 16.92 3.08 -
YUV 105.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 112 120 17 0.07 0 0.86 0.53 64.66 0.75 0.27
Hex 70 78 11 7 0 56 35 41 4B 1B
Octal 160 170 21 7 0 126 65 101 113 33
Binary 1110000 1111000 10001 111 0 1010110 110101 1000001 1001011 11011

Color Harmonies of #707811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707811

Black with #707811

Text Example


Text Example

White with #707811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707811; }

 p { color: rgb(112,120,17); }

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

background-color css

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

 a { background-color: rgb(112,120,17); }

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

border-color css

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

 span { border-color: rgb(112,120,17); }

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