Html Css Color HEX #9AB06F Olivine

📋 copy color: '#9AB06F'

red 154 ◦ green 176 ◦ blue 111

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

Shades of Olivine #9AB06F

Tints of Olivine #9AB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.91%

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

R = 34.92%
G = 39.91%
B = 25.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#9AB06F (or 0x9AB06F) is known color: Olivine. HEX triplet: 9A, B0 and 6F. RGB value is (154,176,111). Sum of RGB (Red+Green+Blue) = 154+176+111=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB06F is #654F90. Grayscale: #A2A2A2. Windows color (decimal): -6639505 or 7319706. OLE color: 7319706.

HSL color Cylindrical-coordinate representation of color #9AB06F: hue angle of 80.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB06F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 111 -
CMYK 0.12 0 0.37 0.31
HSL 80.31º 0.29% 0.56% -
HSV(B) 80.31º 0.37% 0.69% -
XYZ 31.72 39.07 20.91 -
YUV 162.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 154 176 111 0.12 0 0.37 0.31 80.31 0.29 0.56
Hex 9A B0 6F C 0 25 1F 50 1D 38
Octal 232 260 157 14 0 45 37 120 35 70
Binary 10011010 10110000 1101111 1100 0 100101 11111 1010000 11101 111000

Color Harmonies of #9AB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB06F

Black with #9AB06F

Text Example


Text Example

White with #9AB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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