Html Css Color HEX #92AC74 Olivine

📋 copy color: '#92AC74'

red 146 ◦ green 172 ◦ blue 116

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

Shades of Olivine #92AC74

Tints of Olivine #92AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 33.64%
G = 39.63%
B = 26.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#92AC74 (or 0x92AC74) is known color: Olivine. HEX triplet: 92, AC and 74. RGB value is (146,172,116). Sum of RGB (Red+Green+Blue) = 146+172+116=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AC74 is #6D538B. Grayscale: #9E9E9E. Windows color (decimal): -7164812 or 7646354. OLE color: 7646354.

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

Color convert

RGB 146 172 116 -
CMYK 0.15 0 0.33 0.33
HSL 87.86º 0.25% 0.56% -
HSV(B) 87.86º 0.33% 0.67% -
XYZ 29.76 36.88 22.07 -
YUV 157.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 146 172 116 0.15 0 0.33 0.33 87.86 0.25 0.56
Hex 92 AC 74 F 0 21 21 58 19 38
Octal 222 254 164 17 0 41 41 130 31 70
Binary 10010010 10101100 1110100 1111 0 100001 100001 1011000 11001 111000

Color Harmonies of #92AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AC74

Black with #92AC74

Text Example


Text Example

White with #92AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,172,116); }

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

background-color css

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

 a { background-color: rgb(146,172,116); }

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

border-color css

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

 span { border-color: rgb(146,172,116); }

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