Html Css Color HEX #9AB680 Olivine

📋 copy color: '#9AB680'

red 154 ◦ green 182 ◦ blue 128

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

Shades of Olivine #9AB680

Tints of Olivine #9AB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.22%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 33.19%
G = 39.22%
B = 27.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#9AB680 (or 0x9AB680) is known color: Olivine. HEX triplet: 9A, B6 and 80. RGB value is (154,182,128). Sum of RGB (Red+Green+Blue) = 154+182+128=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB680 is #65497F. Grayscale: #A7A7A7. Windows color (decimal): -6637952 or 8435354. OLE color: 8435354.

HSL color Cylindrical-coordinate representation of color #9AB680: hue angle of 91.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AB680 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 182 128 -
CMYK 0.15 0 0.30 0.29
HSL 91.11º 0.27% 0.61% -
HSV(B) 91.11º 0.3% 0.71% -
XYZ 33.95 41.88 26.72 -
YUV 167.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 154 182 128 0.15 0 0.30 0.29 91.11 0.27 0.61
Hex 9A B6 80 F 0 1E 1D 5B 1B 3D
Octal 232 266 200 17 0 36 35 133 33 75
Binary 10011010 10110110 10000000 1111 0 11110 11101 1011011 11011 111101

Color Harmonies of #9AB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB680

Black with #9AB680

Text Example


Text Example

White with #9AB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,182,128); }

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

background-color css

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

 a { background-color: rgb(154,182,128); }

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

border-color css

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

 span { border-color: rgb(154,182,128); }

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