Html Css Color HEX #706700 Olive

📋 copy color: '#706700'

red 112 ◦ green 103 ◦ blue 0

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

Shades of Olive #706700

Tints of Olive #706700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.91%

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

R = 52.09%
G = 47.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706700 (or 0x706700) is known color: Olive. HEX triplet: 70, 67 and 00. RGB value is (112,103,0). Sum of RGB (Red+Green+Blue) = 112+103+0=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706700 is #8F98FF. Grayscale: #5E5E5E. Windows color (decimal): -9410816 or 26480. OLE color: 26480.

HSL color Cylindrical-coordinate representation of color #706700: hue angle of 55.18º 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 #706700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 0 -
CMYK 0 0.08 1 0.56
HSL 55.18º 1% 0.22% -
HSV(B) 55.18º 1% 0.44% -
XYZ 11.53 13.15 1.93 -
YUV 93.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 112 103 0 0 0.08 1 0.56 55.18 1 0.22
Hex 70 67 0 0 8 64 38 37 64 16
Octal 160 147 0 0 10 144 70 67 144 26
Binary 1110000 1100111 0 0 1000 1100100 111000 110111 1100100 10110

Color Harmonies of #706700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706700

Black with #706700

Text Example


Text Example

White with #706700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706700; }

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

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

background-color css

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

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

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

border-color css

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

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

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