Html Css Color HEX #9AB76B Olivine

📋 copy color: '#9AB76B'

red 154 ◦ green 183 ◦ blue 107

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

Shades of Olivine #9AB76B

Tints of Olivine #9AB76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 34.68%
G = 41.22%
B = 24.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#9AB76B (or 0x9AB76B) is known color: Olivine. HEX triplet: 9A, B7 and 6B. RGB value is (154,183,107). Sum of RGB (Red+Green+Blue) = 154+183+107=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB76B is #654894. Grayscale: #A5A5A5. Windows color (decimal): -6637717 or 7059354. OLE color: 7059354.

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

Color convert

RGB 154 183 107 -
CMYK 0.16 0 0.42 0.28
HSL 82.89º 0.35% 0.57% -
HSV(B) 82.89º 0.42% 0.72% -
XYZ 32.91 41.8 20.24 -
YUV 165.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 154 183 107 0.16 0 0.42 0.28 82.89 0.35 0.57
Hex 9A B7 6B 10 0 2A 1C 53 23 39
Octal 232 267 153 20 0 52 34 123 43 71
Binary 10011010 10110111 1101011 10000 0 101010 11100 1010011 100011 111001

Color Harmonies of #9AB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB76B

Black with #9AB76B

Text Example


Text Example

White with #9AB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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