Html Css Color HEX #91AF74 Olivine

📋 copy color: '#91AF74'

red 145 ◦ green 175 ◦ blue 116

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

Shades of Olivine #91AF74

Tints of Olivine #91AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 33.26%
G = 40.14%
B = 26.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#91AF74 (or 0x91AF74) is known color: Olivine. HEX triplet: 91, AF and 74. RGB value is (145,175,116). Sum of RGB (Red+Green+Blue) = 145+175+116=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF74 is #6E508B. Grayscale: #9F9F9F. Windows color (decimal): -7229580 or 7647121. OLE color: 7647121.

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

Color convert

RGB 145 175 116 -
CMYK 0.17 0 0.34 0.31
HSL 90.51º 0.27% 0.57% -
HSV(B) 90.51º 0.34% 0.69% -
XYZ 30.16 37.94 22.26 -
YUV 159.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 145 175 116 0.17 0 0.34 0.31 90.51 0.27 0.57
Hex 91 AF 74 11 0 22 1F 5B 1B 39
Octal 221 257 164 21 0 42 37 133 33 71
Binary 10010001 10101111 1110100 10001 0 100010 11111 1011011 11011 111001

Color Harmonies of #91AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AF74

Black with #91AF74

Text Example


Text Example

White with #91AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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