Html Css Color HEX #707419 Olivetone

📋 copy color: '#707419'

red 112 ◦ green 116 ◦ blue 25

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

Shades of Olivetone #707419

Tints of Olivetone #707419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

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

R = 44.27%
G = 45.85%
B = 9.88%

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

#707419 (or 0x707419) is known color: Olivetone. HEX triplet: 70, 74 and 19. RGB value is (112,116,25). Sum of RGB (Red+Green+Blue) = 112+116+25=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #707419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707419 is #8F8BE6. Grayscale: #686868. Windows color (decimal): -9407463 or 1668208. OLE color: 1668208.

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

Color convert

RGB 112 116 25 -
CMYK 0.03 0 0.78 0.55
HSL 62.64º 0.65% 0.28% -
HSV(B) 62.64º 0.78% 0.45% -
XYZ 13.1 16.01 3.32 -
YUV 104.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 112 116 25 0.03 0 0.78 0.55 62.64 0.65 0.28
Hex 70 74 19 3 0 4E 37 3F 41 1C
Octal 160 164 31 3 0 116 67 77 101 34
Binary 1110000 1110100 11001 11 0 1001110 110111 111111 1000001 11100

Color Harmonies of #707419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707419

Black with #707419

Text Example


Text Example

White with #707419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707419; }

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

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

background-color css

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

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

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

border-color css

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

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

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