Html Css Color HEX #717630 Olivetone

📋 copy color: '#717630'

red 113 ◦ green 118 ◦ blue 48

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

Shades of Olivetone #717630

Tints of Olivetone #717630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 40.5%
G = 42.29%
B = 17.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#717630 (or 0x717630) is known color: Olivetone. HEX triplet: 71, 76 and 30. RGB value is (113,118,48). Sum of RGB (Red+Green+Blue) = 113+118+48=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #717630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717630 is #8E89CF. Grayscale: #6C6C6C. Windows color (decimal): -9341392 or 3176049. OLE color: 3176049.

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

Color convert

RGB 113 118 48 -
CMYK 0.04 0 0.59 0.54
HSL 64.29º 0.42% 0.33% -
HSV(B) 64.29º 0.59% 0.46% -
XYZ 13.82 16.68 5.29 -
YUV 108.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 113 118 48 0.04 0 0.59 0.54 64.29 0.42 0.33
Hex 71 76 30 4 0 3B 36 40 2A 21
Octal 161 166 60 4 0 73 66 100 52 41
Binary 1110001 1110110 110000 100 0 111011 110110 1000000 101010 100001

Color Harmonies of #717630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717630

Black with #717630

Text Example


Text Example

White with #717630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717630; }

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

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

background-color css

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

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

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

border-color css

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

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

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