Html Css Color HEX #9AB77D Olivine

📋 copy color: '#9AB77D'

red 154 ◦ green 183 ◦ blue 125

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

Shades of Olivine #9AB77D

Tints of Olivine #9AB77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 33.33%
G = 39.61%
B = 27.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#9AB77D (or 0x9AB77D) is known color: Olivine. HEX triplet: 9A, B7 and 7D. RGB value is (154,183,125). Sum of RGB (Red+Green+Blue) = 154+183+125=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB77D is #654882. Grayscale: #A7A7A7. Windows color (decimal): -6637699 or 8239002. OLE color: 8239002.

HSL color Cylindrical-coordinate representation of color #9AB77D: hue angle of 90º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB77D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 125 -
CMYK 0.16 0 0.32 0.28
HSL 90º 0.29% 0.6% -
HSV(B) 90º 0.32% 0.72% -
XYZ 33.96 42.22 25.76 -
YUV 167.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 154 183 125 0.16 0 0.32 0.28 90 0.29 0.6
Hex 9A B7 7D 10 0 20 1C 5A 1D 3C
Octal 232 267 175 20 0 40 34 132 35 74
Binary 10011010 10110111 1111101 10000 0 100000 11100 1011010 11101 111100

Color Harmonies of #9AB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB77D

Black with #9AB77D

Text Example


Text Example

White with #9AB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,125); }

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

background-color css

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

 a { background-color: rgb(154,183,125); }

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

border-color css

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

 span { border-color: rgb(154,183,125); }

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