Html Css Color HEX #707716 Fiji Green

📋 copy color: '#707716'

red 112 ◦ green 119 ◦ blue 22

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

Shades of Fiji Green #707716

Tints of Fiji Green #707716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 44.27%
G = 47.04%
B = 8.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#707716 (or 0x707716) is known color: Fiji Green. HEX triplet: 70, 77 and 16. RGB value is (112,119,22). Sum of RGB (Red+Green+Blue) = 112+119+22=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #707716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707716 is #8F88E9. Grayscale: #6A6A6A. Windows color (decimal): -9406698 or 1472368. OLE color: 1472368.

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

Color convert

RGB 112 119 22 -
CMYK 0.06 0 0.82 0.53
HSL 64.33º 0.69% 0.28% -
HSV(B) 64.33º 0.82% 0.47% -
XYZ 13.42 16.7 3.27 -
YUV 105.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 112 119 22 0.06 0 0.82 0.53 64.33 0.69 0.28
Hex 70 77 16 6 0 52 35 40 45 1C
Octal 160 167 26 6 0 122 65 100 105 34
Binary 1110000 1110111 10110 110 0 1010010 110101 1000000 1000101 11100

Color Harmonies of #707716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707716

Black with #707716

Text Example


Text Example

White with #707716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707716; }

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

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

background-color css

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

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

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

border-color css

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

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

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