Html Css Color HEX #717619 Olivetone

📋 copy color: '#717619'

red 113 ◦ green 118 ◦ blue 25

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

Shades of Olivetone #717619

Tints of Olivetone #717619

RGB

 RED value IS 113 (44.53% from 255) = 44.14%

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 44.14%
G = 46.09%
B = 9.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#717619 (or 0x717619) is known color: Olivetone. HEX triplet: 71, 76 and 19. RGB value is (113,118,25). Sum of RGB (Red+Green+Blue) = 113+118+25=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #717619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717619 is #8E89E6. Grayscale: #6A6A6A. Windows color (decimal): -9341415 or 1668721. OLE color: 1668721.

HSL color Cylindrical-coordinate representation of color #717619: hue angle of 63.23º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #717619 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 25 -
CMYK 0.04 0 0.79 0.54
HSL 63.23º 0.65% 0.28% -
HSV(B) 63.23º 0.79% 0.46% -
XYZ 13.46 16.54 3.4 -
YUV 105.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 113 118 25 0.04 0 0.79 0.54 63.23 0.65 0.28
Hex 71 76 19 4 0 4F 36 3F 41 1C
Octal 161 166 31 4 0 117 66 77 101 34
Binary 1110001 1110110 11001 100 0 1001111 110110 111111 1000001 11100

Color Harmonies of #717619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717619

Black with #717619

Text Example


Text Example

White with #717619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717619; }

 p { color: rgb(113,118,25); }

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

background-color css

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

 a { background-color: rgb(113,118,25); }

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

border-color css

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

 span { border-color: rgb(113,118,25); }

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