Html Css Color HEX #706601 Olive

📋 copy color: '#706601'

red 112 ◦ green 102 ◦ blue 1

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

Shades of Olive #706601

Tints of Olive #706601

RGB

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

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

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

R = 52.09%
G = 47.44%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706601 (or 0x706601) is known color: Olive. HEX triplet: 70, 66 and 01. RGB value is (112,102,1). Sum of RGB (Red+Green+Blue) = 112+102+1=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706601 is #8F99FE. Grayscale: #5D5D5D. Windows color (decimal): -9411071 or 91760. OLE color: 91760.

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

Color convert

RGB 112 102 1 -
CMYK 0 0.09 0.99 0.56
HSL 54.59º 0.98% 0.22% -
HSV(B) 54.59º 0.99% 0.44% -
XYZ 11.44 12.95 1.93 -
YUV 93.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 112 102 1 0 0.09 0.99 0.56 54.59 0.98 0.22
Hex 70 66 1 0 9 63 38 37 62 16
Octal 160 146 1 0 11 143 70 67 142 26
Binary 1110000 1100110 1 0 1001 1100011 111000 110111 1100010 10110

Color Harmonies of #706601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706601

Black with #706601

Text Example


Text Example

White with #706601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706601; }

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

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

background-color css

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

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

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

border-color css

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

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

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