Html Css Color HEX #707615 Fiji Green

📋 copy color: '#707615'

red 112 ◦ green 118 ◦ blue 21

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

Shades of Fiji Green #707615

Tints of Fiji Green #707615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 44.62%
G = 47.01%
B = 8.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#707615 (or 0x707615) is known color: Fiji Green. HEX triplet: 70, 76 and 15. RGB value is (112,118,21). Sum of RGB (Red+Green+Blue) = 112+118+21=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #707615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707615 is #8F89EA. Grayscale: #696969. Windows color (decimal): -9406955 or 1406576. OLE color: 1406576.

HSL color Cylindrical-coordinate representation of color #707615: hue angle of 63.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #707615 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 21 -
CMYK 0.05 0 0.82 0.54
HSL 63.71º 0.7% 0.27% -
HSV(B) 63.71º 0.82% 0.46% -
XYZ 13.3 16.46 3.18 -
YUV 105.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 112 118 21 0.05 0 0.82 0.54 63.71 0.7 0.27
Hex 70 76 15 5 0 52 36 40 46 1B
Octal 160 166 25 5 0 122 66 100 106 33
Binary 1110000 1110110 10101 101 0 1010010 110110 1000000 1000110 11011

Color Harmonies of #707615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707615

Black with #707615

Text Example


Text Example

White with #707615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707615; }

 p { color: rgb(112,118,21); }

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

background-color css

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

 a { background-color: rgb(112,118,21); }

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

border-color css

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

 span { border-color: rgb(112,118,21); }

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