Html Css Color HEX #706300 Olive

📋 copy color: '#706300'

red 112 ◦ green 99 ◦ blue 0

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

Shades of Olive #706300

Tints of Olive #706300

RGB

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

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

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

R = 53.08%
G = 46.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706300 (or 0x706300) is known color: Olive. HEX triplet: 70, 63 and 00. RGB value is (112,99,0). Sum of RGB (Red+Green+Blue) = 112+99+0=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #706300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706300 is #8F9CFF. Grayscale: #5C5C5C. Windows color (decimal): -9411840 or 25456. OLE color: 25456.

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

Color convert

RGB 112 99 0 -
CMYK 0 0.12 1 0.56
HSL 53.04º 1% 0.22% -
HSV(B) 53.04º 1% 0.44% -
XYZ 11.14 12.37 1.8 -
YUV 91.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 112 99 0 0 0.12 1 0.56 53.04 1 0.22
Hex 70 63 0 0 C 64 38 35 64 16
Octal 160 143 0 0 14 144 70 65 144 26
Binary 1110000 1100011 0 0 1100 1100100 111000 110101 1100100 10110

Color Harmonies of #706300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706300

Black with #706300

Text Example


Text Example

White with #706300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706300; }

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

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

background-color css

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

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

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

border-color css

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

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

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