Html Css Color HEX #717618 Olivetone

📋 copy color: '#717618'

red 113 ◦ green 118 ◦ blue 24

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

Shades of Olivetone #717618

Tints of Olivetone #717618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 44.31%
G = 46.27%
B = 9.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#717618 (or 0x717618) is known color: Olivetone. HEX triplet: 71, 76 and 18. RGB value is (113,118,24). Sum of RGB (Red+Green+Blue) = 113+118+24=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #717618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717618 is #8E89E7. Grayscale: #6A6A6A. Windows color (decimal): -9341416 or 1603185. OLE color: 1603185.

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

Color convert

RGB 113 118 24 -
CMYK 0.04 0 0.80 0.54
HSL 63.19º 0.66% 0.28% -
HSV(B) 63.19º 0.8% 0.46% -
XYZ 13.45 16.53 3.35 -
YUV 105.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 113 118 24 0.04 0 0.80 0.54 63.19 0.66 0.28
Hex 71 76 18 4 0 50 36 3F 42 1C
Octal 161 166 30 4 0 120 66 77 102 34
Binary 1110001 1110110 11000 100 0 1010000 110110 111111 1000010 11100

Color Harmonies of #717618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717618

Black with #717618

Text Example


Text Example

White with #717618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717618; }

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

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

background-color css

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

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

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

border-color css

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

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

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