Html Css Color HEX #92AB6F Olivine

📋 copy color: '#92AB6F'

red 146 ◦ green 171 ◦ blue 111

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

Shades of Olivine #92AB6F

Tints of Olivine #92AB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 34.11%
G = 39.95%
B = 25.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#92AB6F (or 0x92AB6F) is known color: Olivine. HEX triplet: 92, AB and 6F. RGB value is (146,171,111). Sum of RGB (Red+Green+Blue) = 146+171+111=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB6F is #6D5490. Grayscale: #9C9C9C. Windows color (decimal): -7165073 or 7318418. OLE color: 7318418.

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

Color convert

RGB 146 171 111 -
CMYK 0.15 0 0.35 0.33
HSL 85º 0.26% 0.55% -
HSV(B) 85º 0.35% 0.67% -
XYZ 29.29 36.38 20.52 -
YUV 156.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 146 171 111 0.15 0 0.35 0.33 85 0.26 0.55
Hex 92 AB 6F F 0 23 21 55 1A 37
Octal 222 253 157 17 0 43 41 125 32 67
Binary 10010010 10101011 1101111 1111 0 100011 100001 1010101 11010 110111

Color Harmonies of #92AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB6F

Black with #92AB6F

Text Example


Text Example

White with #92AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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