Html Css Color HEX #707319 Olivetone

📋 copy color: '#707319'

red 112 ◦ green 115 ◦ blue 25

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

Shades of Olivetone #707319

Tints of Olivetone #707319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 44.44%
G = 45.63%
B = 9.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#707319 (or 0x707319) is known color: Olivetone. HEX triplet: 70, 73 and 19. RGB value is (112,115,25). Sum of RGB (Red+Green+Blue) = 112+115+25=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #707319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707319 is #8F8CE6. Grayscale: #686868. Windows color (decimal): -9407719 or 1667952. OLE color: 1667952.

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

Color convert

RGB 112 115 25 -
CMYK 0.03 0 0.78 0.55
HSL 62º 0.64% 0.27% -
HSV(B) 62º 0.78% 0.45% -
XYZ 12.99 15.78 3.28 -
YUV 103.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 112 115 25 0.03 0 0.78 0.55 62 0.64 0.27
Hex 70 73 19 3 0 4E 37 3E 40 1B
Octal 160 163 31 3 0 116 67 76 100 33
Binary 1110000 1110011 11001 11 0 1001110 110111 111110 1000000 11011

Color Harmonies of #707319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707319

Black with #707319

Text Example


Text Example

White with #707319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707319; }

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

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

background-color css

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

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

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

border-color css

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

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

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