Html Css Color HEX #707305 Olive

📋 copy color: '#707305'

red 112 ◦ green 115 ◦ blue 5

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

Shades of Olive #707305

Tints of Olive #707305

RGB

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

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

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

R = 48.28%
G = 49.57%
B = 2.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#707305 (or 0x707305) is known color: Olive. HEX triplet: 70, 73 and 05. RGB value is (112,115,5). Sum of RGB (Red+Green+Blue) = 112+115+5=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #707305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707305 is #8F8CFA. Grayscale: #656565. Windows color (decimal): -9407739 or 357232. OLE color: 357232.

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

Color convert

RGB 112 115 5 -
CMYK 0.03 0 0.96 0.55
HSL 61.64º 0.92% 0.24% -
HSV(B) 61.64º 0.96% 0.45% -
XYZ 12.84 15.72 2.5 -
YUV 101.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 112 115 5 0.03 0 0.96 0.55 61.64 0.92 0.24
Hex 70 73 5 3 0 60 37 3E 5C 18
Octal 160 163 5 3 0 140 67 76 134 30
Binary 1110000 1110011 101 11 0 1100000 110111 111110 1011100 11000

Color Harmonies of #707305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707305

Black with #707305

Text Example


Text Example

White with #707305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707305; }

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

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

background-color css

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

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

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

border-color css

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

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

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