Html Css Color HEX #706602 Olive

📋 copy color: '#706602'

red 112 ◦ green 102 ◦ blue 2

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

Shades of Olive #706602

Tints of Olive #706602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.22%

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

R = 51.85%
G = 47.22%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706602 (or 0x706602) is known color: Olive. HEX triplet: 70, 66 and 02. RGB value is (112,102,2). Sum of RGB (Red+Green+Blue) = 112+102+2=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706602 is #8F99FD. Grayscale: #5E5E5E. Windows color (decimal): -9411070 or 157296. OLE color: 157296.

HSL color Cylindrical-coordinate representation of color #706602: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #706602 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 2 -
CMYK 0 0.09 0.98 0.56
HSL 54.55º 0.96% 0.22% -
HSV(B) 54.55º 0.98% 0.44% -
XYZ 11.44 12.95 1.95 -
YUV 93.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 112 102 2 0 0.09 0.98 0.56 54.55 0.96 0.22
Hex 70 66 2 0 9 62 38 37 60 16
Octal 160 146 2 0 11 142 70 67 140 26
Binary 1110000 1100110 10 0 1001 1100010 111000 110111 1100000 10110

Color Harmonies of #706602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706602

Black with #706602

Text Example


Text Example

White with #706602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706602; }

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

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

background-color css

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

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

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

border-color css

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

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

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