Html Css Color HEX #706305 Olive

📋 copy color: '#706305'

red 112 ◦ green 99 ◦ blue 5

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

Shades of Olive #706305

Tints of Olive #706305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 51.85%
G = 45.83%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#706305 (or 0x706305) is known color: Olive. HEX triplet: 70, 63 and 05. RGB value is (112,99,5). Sum of RGB (Red+Green+Blue) = 112+99+5=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706305 is #8F9CFA. Grayscale: #5C5C5C. Windows color (decimal): -9411835 or 353136. OLE color: 353136.

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

Color convert

RGB 112 99 5 -
CMYK 0 0.12 0.96 0.56
HSL 52.71º 0.91% 0.23% -
HSV(B) 52.71º 0.96% 0.44% -
XYZ 11.17 12.38 1.94 -
YUV 92.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 112 99 5 0 0.12 0.96 0.56 52.71 0.91 0.23
Hex 70 63 5 0 C 60 38 35 5B 17
Octal 160 143 5 0 14 140 70 65 133 27
Binary 1110000 1100011 101 0 1100 1100000 111000 110101 1011011 10111

Color Harmonies of #706305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706305

Black with #706305

Text Example


Text Example

White with #706305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706305; }

 p { color: rgb(112,99,5); }

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

background-color css

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

 a { background-color: rgb(112,99,5); }

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

border-color css

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

 span { border-color: rgb(112,99,5); }

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