Html Css Color HEX #706D01 Olive

📋 copy color: '#706D01'

red 112 ◦ green 109 ◦ blue 1

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

Shades of Olive #706D01

Tints of Olive #706D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.1%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 50.45%
G = 49.1%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706D01 (or 0x706D01) is known color: Olive. HEX triplet: 70, 6D and 01. RGB value is (112,109,1). Sum of RGB (Red+Green+Blue) = 112+109+1=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D01 is #8F92FE. Grayscale: #626262. Windows color (decimal): -9409279 or 93552. OLE color: 93552.

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

Color convert

RGB 112 109 1 -
CMYK 0 0.03 0.99 0.56
HSL 58.38º 0.98% 0.22% -
HSV(B) 58.38º 0.99% 0.44% -
XYZ 12.16 14.38 2.16 -
YUV 97.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 112 109 1 0 0.03 0.99 0.56 58.38 0.98 0.22
Hex 70 6D 1 0 3 63 38 3A 62 16
Octal 160 155 1 0 3 143 70 72 142 26
Binary 1110000 1101101 1 0 11 1100011 111000 111010 1100010 10110

Color Harmonies of #706D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D01

Black with #706D01

Text Example


Text Example

White with #706D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D01; }

 p { color: rgb(112,109,1); }

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

background-color css

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

 a { background-color: rgb(112,109,1); }

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

border-color css

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

 span { border-color: rgb(112,109,1); }

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