Html Css Color HEX #92AD6C Olivine

📋 copy color: '#92AD6C'

red 146 ◦ green 173 ◦ blue 108

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

Shades of Olivine #92AD6C

Tints of Olivine #92AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 34.19%
G = 40.52%
B = 25.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#92AD6C (or 0x92AD6C) is known color: Olivine. HEX triplet: 92, AD and 6C. RGB value is (146,173,108). Sum of RGB (Red+Green+Blue) = 146+173+108=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD6C is #6D5293. Grayscale: #9D9D9D. Windows color (decimal): -7164564 or 7122322. OLE color: 7122322.

HSL color Cylindrical-coordinate representation of color #92AD6C: hue angle of 84.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92AD6C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 108 -
CMYK 0.16 0 0.38 0.32
HSL 84.92º 0.28% 0.55% -
HSV(B) 84.92º 0.38% 0.68% -
XYZ 29.5 37.08 19.79 -
YUV 157.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 146 173 108 0.16 0 0.38 0.32 84.92 0.28 0.55
Hex 92 AD 6C 10 0 26 20 55 1C 37
Octal 222 255 154 20 0 46 40 125 34 67
Binary 10010010 10101101 1101100 10000 0 100110 100000 1010101 11100 110111

Color Harmonies of #92AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD6C

Black with #92AD6C

Text Example


Text Example

White with #92AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,108); }

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

background-color css

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

 a { background-color: rgb(146,173,108); }

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

border-color css

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

 span { border-color: rgb(146,173,108); }

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