Html Css Color HEX #9ABB6B Olivine

📋 copy color: '#9ABB6B'

red 154 ◦ green 187 ◦ blue 107

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

Shades of Olivine #9ABB6B

Tints of Olivine #9ABB6B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

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

R = 34.38%
G = 41.74%
B = 23.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#9ABB6B (or 0x9ABB6B) is known color: Olivine. HEX triplet: 9A, BB and 6B. RGB value is (154,187,107). Sum of RGB (Red+Green+Blue) = 154+187+107=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB6B is #654494. Grayscale: #A8A8A8. Windows color (decimal): -6636693 or 7060378. OLE color: 7060378.

HSL color Cylindrical-coordinate representation of color #9ABB6B: hue angle of 84.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ABB6B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 187 107 -
CMYK 0.18 0 0.43 0.27
HSL 84.75º 0.37% 0.58% -
HSV(B) 84.75º 0.43% 0.73% -
XYZ 33.75 43.47 20.52 -
YUV 168.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 154 187 107 0.18 0 0.43 0.27 84.75 0.37 0.58
Hex 9A BB 6B 12 0 2B 1B 55 25 3A
Octal 232 273 153 22 0 53 33 125 45 72
Binary 10011010 10111011 1101011 10010 0 101011 11011 1010101 100101 111010

Color Harmonies of #9ABB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB6B

Black with #9ABB6B

Text Example


Text Example

White with #9ABB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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