Html Css Color HEX #9AB168 Olivine

📋 copy color: '#9AB168'

red 154 ◦ green 177 ◦ blue 104

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

Shades of Olivine #9AB168

Tints of Olivine #9AB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 104 (41.02% from 255) = 23.91%

R = 35.4%
G = 40.69%
B = 23.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#9AB168 (or 0x9AB168) is known color: Olivine. HEX triplet: 9A, B1 and 68. RGB value is (154,177,104). Sum of RGB (Red+Green+Blue) = 154+177+104=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB168 is #654E97. Grayscale: #A2A2A2. Windows color (decimal): -6639256 or 6861210. OLE color: 6861210.

HSL color Cylindrical-coordinate representation of color #9AB168: hue angle of 78.9º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AB168 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 104 -
CMYK 0.13 0 0.41 0.31
HSL 78.9º 0.32% 0.55% -
HSV(B) 78.9º 0.41% 0.69% -
XYZ 31.55 39.31 19.02 -
YUV 161.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 154 177 104 0.13 0 0.41 0.31 78.9 0.32 0.55
Hex 9A B1 68 D 0 29 1F 4F 20 37
Octal 232 261 150 15 0 51 37 117 40 67
Binary 10011010 10110001 1101000 1101 0 101001 11111 1001111 100000 110111

Color Harmonies of #9AB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB168

Black with #9AB168

Text Example


Text Example

White with #9AB168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,104); }

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

background-color css

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

 a { background-color: rgb(154,177,104); }

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

border-color css

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

 span { border-color: rgb(154,177,104); }

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