Html Css Color HEX #707511 Fiji Green

📋 copy color: '#707511'

red 112 ◦ green 117 ◦ blue 17

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

Shades of Fiji Green #707511

Tints of Fiji Green #707511

RGB

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

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

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

R = 45.53%
G = 47.56%
B = 6.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#707511 (or 0x707511) is known color: Fiji Green. HEX triplet: 70, 75 and 11. RGB value is (112,117,17). Sum of RGB (Red+Green+Blue) = 112+117+17=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #707511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707511 is #8F8AEE. Grayscale: #686868. Windows color (decimal): -9407215 or 1144176. OLE color: 1144176.

HSL color Cylindrical-coordinate representation of color #707511: hue angle of 63º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #707511 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 17 -
CMYK 0.04 0 0.85 0.54
HSL 63º 0.75% 0.26% -
HSV(B) 63º 0.85% 0.46% -
XYZ 13.14 16.21 2.97 -
YUV 104.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 112 117 17 0.04 0 0.85 0.54 63 0.75 0.26
Hex 70 75 11 4 0 55 36 3F 4B 1A
Octal 160 165 21 4 0 125 66 77 113 32
Binary 1110000 1110101 10001 100 0 1010101 110110 111111 1001011 11010

Color Harmonies of #707511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707511

Black with #707511

Text Example


Text Example

White with #707511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707511; }

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

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

background-color css

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

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

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

border-color css

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

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

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