Html Css Color HEX #707301 Olive

📋 copy color: '#707301'

red 112 ◦ green 115 ◦ blue 1

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

Shades of Olive #707301

Tints of Olive #707301

RGB

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

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

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

R = 49.12%
G = 50.44%
B = 0.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#707301 (or 0x707301) is known color: Olive. HEX triplet: 70, 73 and 01. RGB value is (112,115,1). Sum of RGB (Red+Green+Blue) = 112+115+1=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #707301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707301 is #8F8CFE. Grayscale: #656565. Windows color (decimal): -9407743 or 95088. OLE color: 95088.

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

Color convert

RGB 112 115 1 -
CMYK 0.03 0 0.99 0.55
HSL 61.58º 0.98% 0.23% -
HSV(B) 61.58º 0.99% 0.45% -
XYZ 12.82 15.71 2.39 -
YUV 101.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 112 115 1 0.03 0 0.99 0.55 61.58 0.98 0.23
Hex 70 73 1 3 0 63 37 3E 62 17
Octal 160 163 1 3 0 143 67 76 142 27
Binary 1110000 1110011 1 11 0 1100011 110111 111110 1100010 10111

Color Harmonies of #707301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707301

Black with #707301

Text Example


Text Example

White with #707301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707301; }

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

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

background-color css

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

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

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

border-color css

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

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

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