Html Css Color HEX #91AF72 Olivine

📋 copy color: '#91AF72'

red 145 ◦ green 175 ◦ blue 114

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

Shades of Olivine #91AF72

Tints of Olivine #91AF72

RGB

 RED value IS 145 (57.03% from 255) = 33.41%

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 33.41%
G = 40.32%
B = 26.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#91AF72 (or 0x91AF72) is known color: Olivine. HEX triplet: 91, AF and 72. RGB value is (145,175,114). Sum of RGB (Red+Green+Blue) = 145+175+114=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF72 is #6E508D. Grayscale: #9F9F9F. Windows color (decimal): -7229582 or 7516049. OLE color: 7516049.

HSL color Cylindrical-coordinate representation of color #91AF72: hue angle of 89.51º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91AF72 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 175 114 -
CMYK 0.17 0 0.35 0.31
HSL 89.51º 0.28% 0.57% -
HSV(B) 89.51º 0.35% 0.69% -
XYZ 30.04 37.89 21.65 -
YUV 159.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 145 175 114 0.17 0 0.35 0.31 89.51 0.28 0.57
Hex 91 AF 72 11 0 23 1F 5A 1C 39
Octal 221 257 162 21 0 43 37 132 34 71
Binary 10010001 10101111 1110010 10001 0 100011 11111 1011010 11100 111001

Color Harmonies of #91AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AF72

Black with #91AF72

Text Example


Text Example

White with #91AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AF72; }

 p { color: rgb(145,175,114); }

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

background-color css

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

 a { background-color: rgb(145,175,114); }

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

border-color css

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

 span { border-color: rgb(145,175,114); }

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