Html Css Color HEX #92A971 Olivine

📋 copy color: '#92A971'

red 146 ◦ green 169 ◦ blue 113

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

Shades of Olivine #92A971

Tints of Olivine #92A971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 34.11%
G = 39.49%
B = 26.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#92A971 (or 0x92A971) is known color: Olivine. HEX triplet: 92, A9 and 71. RGB value is (146,169,113). Sum of RGB (Red+Green+Blue) = 146+169+113=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #92A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A971 is #6D568E. Grayscale: #9B9B9B. Windows color (decimal): -7165583 or 7448978. OLE color: 7448978.

HSL color Cylindrical-coordinate representation of color #92A971: hue angle of 84.64º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A971 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 113 -
CMYK 0.14 0 0.33 0.34
HSL 84.64º 0.25% 0.55% -
HSV(B) 84.64º 0.33% 0.66% -
XYZ 29.02 35.68 20.98 -
YUV 155.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 146 169 113 0.14 0 0.33 0.34 84.64 0.25 0.55
Hex 92 A9 71 E 0 21 22 55 19 37
Octal 222 251 161 16 0 41 42 125 31 67
Binary 10010010 10101001 1110001 1110 0 100001 100010 1010101 11001 110111

Color Harmonies of #92A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A971

Black with #92A971

Text Example


Text Example

White with #92A971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,169,113); }

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

background-color css

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

 a { background-color: rgb(146,169,113); }

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

border-color css

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

 span { border-color: rgb(146,169,113); }

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