Html Css Color HEX #9AB76F Olivine

📋 copy color: '#9AB76F'

red 154 ◦ green 183 ◦ blue 111

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

Shades of Olivine #9AB76F

Tints of Olivine #9AB76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 34.38%
G = 40.85%
B = 24.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#9AB76F (or 0x9AB76F) is known color: Olivine. HEX triplet: 9A, B7 and 6F. RGB value is (154,183,111). Sum of RGB (Red+Green+Blue) = 154+183+111=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB76F is #654890. Grayscale: #A6A6A6. Windows color (decimal): -6637713 or 7321498. OLE color: 7321498.

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

Color convert

RGB 154 183 111 -
CMYK 0.16 0 0.39 0.28
HSL 84.17º 0.33% 0.58% -
HSV(B) 84.17º 0.39% 0.72% -
XYZ 33.13 41.88 21.38 -
YUV 166.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 154 183 111 0.16 0 0.39 0.28 84.17 0.33 0.58
Hex 9A B7 6F 10 0 27 1C 54 21 3A
Octal 232 267 157 20 0 47 34 124 41 72
Binary 10011010 10110111 1101111 10000 0 100111 11100 1010100 100001 111010

Color Harmonies of #9AB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB76F

Black with #9AB76F

Text Example


Text Example

White with #9AB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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