Html Css Color HEX #717428 Olivetone

📋 copy color: '#717428'

red 113 ◦ green 116 ◦ blue 40

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

Shades of Olivetone #717428

Tints of Olivetone #717428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 42.01%
G = 43.12%
B = 14.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#717428 (or 0x717428) is known color: Olivetone. HEX triplet: 71, 74 and 28. RGB value is (113,116,40). Sum of RGB (Red+Green+Blue) = 113+116+40=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #717428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717428 is #8E8BD7. Grayscale: #6A6A6A. Windows color (decimal): -9341912 or 2651249. OLE color: 2651249.

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

Color convert

RGB 113 116 40 -
CMYK 0.03 0 0.66 0.55
HSL 62.37º 0.49% 0.31% -
HSV(B) 62.37º 0.66% 0.45% -
XYZ 13.44 16.15 4.42 -
YUV 106.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 113 116 40 0.03 0 0.66 0.55 62.37 0.49 0.31
Hex 71 74 28 3 0 42 37 3E 31 1F
Octal 161 164 50 3 0 102 67 76 61 37
Binary 1110001 1110100 101000 11 0 1000010 110111 111110 110001 11111

Color Harmonies of #717428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717428

Black with #717428

Text Example


Text Example

White with #717428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717428; }

 p { color: rgb(113,116,40); }

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

background-color css

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

 a { background-color: rgb(113,116,40); }

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

border-color css

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

 span { border-color: rgb(113,116,40); }

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