Html Css Color HEX #707602 Olive

📋 copy color: '#707602'

red 112 ◦ green 118 ◦ blue 2

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

Shades of Olive #707602

Tints of Olive #707602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 48.28%
G = 50.86%
B = 0.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#707602 (or 0x707602) is known color: Olive. HEX triplet: 70, 76 and 02. RGB value is (112,118,2). Sum of RGB (Red+Green+Blue) = 112+118+2=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #707602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707602 is #8F89FD. Grayscale: #676767. Windows color (decimal): -9406974 or 161392. OLE color: 161392.

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

Color convert

RGB 112 118 2 -
CMYK 0.05 0 0.98 0.54
HSL 63.1º 0.97% 0.24% -
HSV(B) 63.1º 0.98% 0.46% -
XYZ 13.17 16.41 2.53 -
YUV 102.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 112 118 2 0.05 0 0.98 0.54 63.1 0.97 0.24
Hex 70 76 2 5 0 62 36 3F 61 18
Octal 160 166 2 5 0 142 66 77 141 30
Binary 1110000 1110110 10 101 0 1100010 110110 111111 1100001 11000

Color Harmonies of #707602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707602

Black with #707602

Text Example


Text Example

White with #707602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707602; }

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

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

background-color css

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

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

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

border-color css

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

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

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