#92B069

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

Shades of Olivine #92B069

Tints of Olivine #92B069

Color information

#92B069 (or 0x92B069) is unknown color: approx Olivine. HEX triplet: 92, B0 and 69. RGB value is (146,176,105). Sum of RGB (Red+Green+Blue) = 146+176+105=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #92B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B069 is #6D4F96. Grayscale: #9F9F9F. Windows color (decimal): -7163799 or 6926482. OLE color: 6926482.

HSL color Cylindrical-coordinate representation of color #92B069: hue angle of 85.35º degrees, saturation: 0.31, 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 #92B069 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB146176105-
CMYK0.1700.400.31
HSL85.35º31%55.1%-
HSV(B)85.35º40.34%69.02%-
XYZ29.9338.1819.16-
YUV158.9497.56118.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=34.19%
G=41.22%
B=24.59%

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
Decimal1461761050.1700.400.3185.353155.1
Hex92B069110281F551f37
Octal22226015121050371253767
Binary1001001010110000110100110001010100011111101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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