Html Css Color HEX #706600 Olive

📋 copy color: '#706600'

red 112 ◦ green 102 ◦ blue 0

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

Shades of Olive #706600

Tints of Olive #706600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.34%
G = 47.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706600 (or 0x706600) is known color: Olive. HEX triplet: 70, 66 and 00. RGB value is (112,102,0). Sum of RGB (Red+Green+Blue) = 112+102+0=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706600 is #8F99FF. Grayscale: #5D5D5D. Windows color (decimal): -9411072 or 26224. OLE color: 26224.

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

Color convert

RGB 112 102 0 -
CMYK 0 0.09 1 0.56
HSL 54.64º 1% 0.22% -
HSV(B) 54.64º 1% 0.44% -
XYZ 11.43 12.95 1.9 -
YUV 93.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 112 102 0 0 0.09 1 0.56 54.64 1 0.22
Hex 70 66 0 0 9 64 38 37 64 16
Octal 160 146 0 0 11 144 70 67 144 26
Binary 1110000 1100110 0 0 1001 1100100 111000 110111 1100100 10110

Color Harmonies of #706600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706600

Black with #706600

Text Example


Text Example

White with #706600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706600; }

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

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

background-color css

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

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

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

border-color css

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

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

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