#92AF69

Color #92AF69 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #92AF69

Tints of Olivine #92AF69

Color information

#92AF69 (or 0x92AF69) is unknown color: approx Olivine. HEX triplet: 92, AF and 69. RGB value is (146,175,105). Sum of RGB (Red+Green+Blue) = 146+175+105=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AF69 is #6D5096. Grayscale: #9E9E9E. Windows color (decimal): -7164055 or 6926226. OLE color: 6926226.

HSL color Cylindrical-coordinate representation of color #92AF69: hue angle of 84.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92AF69 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB146175105-
CMYK0.1700.400.31
HSL84.86º30.43%54.9%-
HSV(B)84.86º40%68.63%-
XYZ29.7337.7919.09-
YUV158.3597.89119.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=34.27%
G=41.08%
B=24.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751050.1700.400.3184.8630.4354.9
Hex92AF69110281F551e37
Octal22225715121050371253667
Binary1001001010101111110100110001010100011111101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AF69; }

 p { color: rgb(146,175,105); }

 H1.HeaderClassName
 {
   color: #92AF69;
 }
 .AnyTagClassName
 {
   color: #92AF69;
 }
</style>
background-color css

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

 a { background-color: rgb(146,175,105); }

 div.DivClassName
 {
   background-color: #92AF69;
 }
 .BgClassName
 {
   background-color: #92AF69;
 }
</style>
border-color css

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

 span { border-color: rgb(146,175,105); }

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