Html Css Color HEX #92AF68 Olivine

📋 copy color: '#92AF68'

red 146 ◦ green 175 ◦ blue 104

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

Shades of Olivine #92AF68

Tints of Olivine #92AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 34.35%
G = 41.18%
B = 24.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#92AF68 (or 0x92AF68) is known color: Olivine. HEX triplet: 92, AF and 68. RGB value is (146,175,104). Sum of RGB (Red+Green+Blue) = 146+175+104=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AF68 is #6D5097. Grayscale: #9E9E9E. Windows color (decimal): -7164056 or 6860690. OLE color: 6860690.

HSL color Cylindrical-coordinate representation of color #92AF68: hue angle of 84.51º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92AF68 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 175 104 -
CMYK 0.17 0 0.41 0.31
HSL 84.51º 0.31% 0.55% -
HSV(B) 84.51º 0.41% 0.69% -
XYZ 29.68 37.77 18.82 -
YUV 158.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 146 175 104 0.17 0 0.41 0.31 84.51 0.31 0.55
Hex 92 AF 68 11 0 29 1F 55 1F 37
Octal 222 257 150 21 0 51 37 125 37 67
Binary 10010010 10101111 1101000 10001 0 101001 11111 1010101 11111 110111

Color Harmonies of #92AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF68

Black with #92AF68

Text Example


Text Example

White with #92AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,175,104); }

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

background-color css

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

 a { background-color: rgb(146,175,104); }

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

border-color css

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

 span { border-color: rgb(146,175,104); }

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