Html Css Color HEX #92AB6E Olivine

📋 copy color: '#92AB6E'

red 146 ◦ green 171 ◦ blue 110

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

Shades of Olivine #92AB6E

Tints of Olivine #92AB6E

RGB

 RED value IS 146 (57.42% from 255) = 34.19%

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 34.19%
G = 40.05%
B = 25.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#92AB6E (or 0x92AB6E) is known color: Olivine. HEX triplet: 92, AB and 6E. RGB value is (146,171,110). Sum of RGB (Red+Green+Blue) = 146+171+110=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB6E is #6D5491. Grayscale: #9C9C9C. Windows color (decimal): -7165074 or 7252882. OLE color: 7252882.

HSL color Cylindrical-coordinate representation of color #92AB6E: hue angle of 84.59º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AB6E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 110 -
CMYK 0.15 0 0.36 0.33
HSL 84.59º 0.27% 0.55% -
HSV(B) 84.59º 0.36% 0.67% -
XYZ 29.23 36.36 20.23 -
YUV 156.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 146 171 110 0.15 0 0.36 0.33 84.59 0.27 0.55
Hex 92 AB 6E F 0 24 21 55 1B 37
Octal 222 253 156 17 0 44 41 125 33 67
Binary 10010010 10101011 1101110 1111 0 100100 100001 1010101 11011 110111

Color Harmonies of #92AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB6E

Black with #92AB6E

Text Example


Text Example

White with #92AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,171,110); }

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

background-color css

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

 a { background-color: rgb(146,171,110); }

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

border-color css

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

 span { border-color: rgb(146,171,110); }

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