Html Css Color HEX #707300 Olive

📋 copy color: '#707300'

red 112 ◦ green 115 ◦ blue 0

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

Shades of Olive #707300

Tints of Olive #707300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

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

R = 49.34%
G = 50.66%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#707300 (or 0x707300) is known color: Olive. HEX triplet: 70, 73 and 00. RGB value is (112,115,0). Sum of RGB (Red+Green+Blue) = 112+115+0=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #707300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707300 is #8F8CFF. Grayscale: #656565. Windows color (decimal): -9407744 or 29552. OLE color: 29552.

HSL color Cylindrical-coordinate representation of color #707300: hue angle of 61.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #707300 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 0 -
CMYK 0.03 0 1 0.55
HSL 61.57º 1% 0.23% -
HSV(B) 61.57º 1% 0.45% -
XYZ 12.81 15.71 2.36 -
YUV 100.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 112 115 0 0.03 0 1 0.55 61.57 1 0.23
Hex 70 73 0 3 0 64 37 3E 64 17
Octal 160 163 0 3 0 144 67 76 144 27
Binary 1110000 1110011 0 11 0 1100100 110111 111110 1100100 10111

Color Harmonies of #707300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707300

Black with #707300

Text Example


Text Example

White with #707300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707300; }

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

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

background-color css

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

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

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

border-color css

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

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

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