Html Css Color HEX #706302 Olive

📋 copy color: '#706302'

red 112 ◦ green 99 ◦ blue 2

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

Shades of Olive #706302

Tints of Olive #706302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 52.58%
G = 46.48%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706302 (or 0x706302) is known color: Olive. HEX triplet: 70, 63 and 02. RGB value is (112,99,2). Sum of RGB (Red+Green+Blue) = 112+99+2=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #706302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706302 is #8F9CFD. Grayscale: #5C5C5C. Windows color (decimal): -9411838 or 156528. OLE color: 156528.

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

Color convert

RGB 112 99 2 -
CMYK 0 0.12 0.98 0.56
HSL 52.91º 0.96% 0.22% -
HSV(B) 52.91º 0.98% 0.44% -
XYZ 11.15 12.37 1.86 -
YUV 91.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 112 99 2 0 0.12 0.98 0.56 52.91 0.96 0.22
Hex 70 63 2 0 C 62 38 35 60 16
Octal 160 143 2 0 14 142 70 65 140 26
Binary 1110000 1100011 10 0 1100 1100010 111000 110101 1100000 10110

Color Harmonies of #706302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706302

Black with #706302

Text Example


Text Example

White with #706302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706302; }

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

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

background-color css

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

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

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

border-color css

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

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

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