Html Css Color HEX #92AD6F Olivine

📋 copy color: '#92AD6F'

red 146 ◦ green 173 ◦ blue 111

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

Shades of Olivine #92AD6F

Tints of Olivine #92AD6F

RGB

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

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

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

R = 33.95%
G = 40.23%
B = 25.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#92AD6F (or 0x92AD6F) is known color: Olivine. HEX triplet: 92, AD and 6F. RGB value is (146,173,111). Sum of RGB (Red+Green+Blue) = 146+173+111=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD6F is #6D5290. Grayscale: #9E9E9E. Windows color (decimal): -7164561 or 7318930. OLE color: 7318930.

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

Color convert

RGB 146 173 111 -
CMYK 0.16 0 0.36 0.32
HSL 86.13º 0.27% 0.56% -
HSV(B) 86.13º 0.36% 0.68% -
XYZ 29.67 37.15 20.65 -
YUV 157.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 146 173 111 0.16 0 0.36 0.32 86.13 0.27 0.56
Hex 92 AD 6F 10 0 24 20 56 1B 38
Octal 222 255 157 20 0 44 40 126 33 70
Binary 10010010 10101101 1101111 10000 0 100100 100000 1010110 11011 111000

Color Harmonies of #92AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD6F

Black with #92AD6F

Text Example


Text Example

White with #92AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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