Html Css Color HEX #9AB27A Olivine

📋 copy color: '#9AB27A'

red 154 ◦ green 178 ◦ blue 122

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

Shades of Olivine #9AB27A

Tints of Olivine #9AB27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 33.92%
G = 39.21%
B = 26.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#9AB27A (or 0x9AB27A) is known color: Olivine. HEX triplet: 9A, B2 and 7A. RGB value is (154,178,122). Sum of RGB (Red+Green+Blue) = 154+178+122=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB27A is #654D85. Grayscale: #A4A4A4. Windows color (decimal): -6638982 or 8041114. OLE color: 8041114.

HSL color Cylindrical-coordinate representation of color #9AB27A: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AB27A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 122 -
CMYK 0.13 0 0.31 0.30
HSL 85.71º 0.27% 0.59% -
HSV(B) 85.71º 0.31% 0.7% -
XYZ 32.76 40.12 24.43 -
YUV 164.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 154 178 122 0.13 0 0.31 0.30 85.71 0.27 0.59
Hex 9A B2 7A D 0 1F 1E 56 1B 3B
Octal 232 262 172 15 0 37 36 126 33 73
Binary 10011010 10110010 1111010 1101 0 11111 11110 1010110 11011 111011

Color Harmonies of #9AB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB27A

Black with #9AB27A

Text Example


Text Example

White with #9AB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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