Html Css Color HEX #9ABC7A Olivine

📋 copy color: '#9ABC7A'

red 154 ◦ green 188 ◦ blue 122

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

Shades of Olivine #9ABC7A

Tints of Olivine #9ABC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 33.19%
G = 40.52%
B = 26.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#9ABC7A (or 0x9ABC7A) is known color: Olivine. HEX triplet: 9A, BC and 7A. RGB value is (154,188,122). Sum of RGB (Red+Green+Blue) = 154+188+122=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC7A is #654385. Grayscale: #AAAAAA. Windows color (decimal): -6636422 or 8043674. OLE color: 8043674.

HSL color Cylindrical-coordinate representation of color #9ABC7A: hue angle of 90.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABC7A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 122 -
CMYK 0.18 0 0.35 0.26
HSL 90.91º 0.33% 0.61% -
HSV(B) 90.91º 0.35% 0.74% -
XYZ 34.82 44.24 25.12 -
YUV 170.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 154 188 122 0.18 0 0.35 0.26 90.91 0.33 0.61
Hex 9A BC 7A 12 0 23 1A 5B 21 3D
Octal 232 274 172 22 0 43 32 133 41 75
Binary 10011010 10111100 1111010 10010 0 100011 11010 1011011 100001 111101

Color Harmonies of #9ABC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC7A

Black with #9ABC7A

Text Example


Text Example

White with #9ABC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,122); }

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

background-color css

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

 a { background-color: rgb(154,188,122); }

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

border-color css

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

 span { border-color: rgb(154,188,122); }

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