Html Css Color HEX #9AB676 Olivine

📋 copy color: '#9AB676'

red 154 ◦ green 182 ◦ blue 118

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

Shades of Olivine #9AB676

Tints of Olivine #9AB676

RGB

 RED value IS 154 (60.55% from 255) = 33.92%

 GREEN value IS 182 (71.48% from 255) = 40.09%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 33.92%
G = 40.09%
B = 25.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#9AB676 (or 0x9AB676) is known color: Olivine. HEX triplet: 9A, B6 and 76. RGB value is (154,182,118). Sum of RGB (Red+Green+Blue) = 154+182+118=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB676 is #654989. Grayscale: #A6A6A6. Windows color (decimal): -6637962 or 7779994. OLE color: 7779994.

HSL color Cylindrical-coordinate representation of color #9AB676: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AB676 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 182 118 -
CMYK 0.15 0 0.35 0.29
HSL 86.25º 0.3% 0.59% -
HSV(B) 86.25º 0.35% 0.71% -
XYZ 33.32 41.63 23.42 -
YUV 166.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 154 182 118 0.15 0 0.35 0.29 86.25 0.3 0.59
Hex 9A B6 76 F 0 23 1D 56 1E 3B
Octal 232 266 166 17 0 43 35 126 36 73
Binary 10011010 10110110 1110110 1111 0 100011 11101 1010110 11110 111011

Color Harmonies of #9AB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB676

Black with #9AB676

Text Example


Text Example

White with #9AB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB676; }

 p { color: rgb(154,182,118); }

 H1.HeaderClassName
 {
   color: #9AB676;
 }
 .AnyTagClassName
 {
   color: #9AB676;
 }
</style>

background-color css

<style>
 a { background-color: #9AB676; }

 a { background-color: rgb(154,182,118); }

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

border-color css

<style>
 span { border-color: #9AB676; }

 span { border-color: rgb(154,182,118); }

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