Html Css Color HEX #717230 Olivetone

📋 copy color: '#717230'

red 113 ◦ green 114 ◦ blue 48

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

Shades of Olivetone #717230

Tints of Olivetone #717230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 41.09%
G = 41.45%
B = 17.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#717230 (or 0x717230) is known color: Olivetone. HEX triplet: 71, 72 and 30. RGB value is (113,114,48). Sum of RGB (Red+Green+Blue) = 113+114+48=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #717230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717230 is #8E8DCF. Grayscale: #6A6A6A. Windows color (decimal): -9342416 or 3175025. OLE color: 3175025.

HSL color Cylindrical-coordinate representation of color #717230: hue angle of 60.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #717230 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 48 -
CMYK 0.01 0 0.58 0.55
HSL 60.91º 0.41% 0.32% -
HSV(B) 60.91º 0.58% 0.45% -
XYZ 13.36 15.76 5.13 -
YUV 106.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 113 114 48 0.01 0 0.58 0.55 60.91 0.41 0.32
Hex 71 72 30 1 0 3A 37 3D 29 20
Octal 161 162 60 1 0 72 67 75 51 40
Binary 1110001 1110010 110000 1 0 111010 110111 111101 101001 100000

Color Harmonies of #717230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717230

Black with #717230

Text Example


Text Example

White with #717230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717230; }

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

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

background-color css

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

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

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

border-color css

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

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

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