Html Css Color HEX #9AB75E Olivine

📋 copy color: '#9AB75E'

red 154 ◦ green 183 ◦ blue 94

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

Shades of Olivine #9AB75E

Tints of Olivine #9AB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 35.73%
G = 42.46%
B = 21.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#9AB75E (or 0x9AB75E) is known color: Olivine. HEX triplet: 9A, B7 and 5E. RGB value is (154,183,94). Sum of RGB (Red+Green+Blue) = 154+183+94=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB75E is #6548A1. Grayscale: #A4A4A4. Windows color (decimal): -6637730 or 6207386. OLE color: 6207386.

HSL color Cylindrical-coordinate representation of color #9AB75E: hue angle of 79.55º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AB75E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 94 -
CMYK 0.16 0 0.49 0.28
HSL 79.55º 0.38% 0.54% -
HSV(B) 79.55º 0.49% 0.72% -
XYZ 32.28 41.55 16.91 -
YUV 164.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 154 183 94 0.16 0 0.49 0.28 79.55 0.38 0.54
Hex 9A B7 5E 10 0 31 1C 50 26 36
Octal 232 267 136 20 0 61 34 120 46 66
Binary 10011010 10110111 1011110 10000 0 110001 11100 1010000 100110 110110

Color Harmonies of #9AB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB75E

Black with #9AB75E

Text Example


Text Example

White with #9AB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,94); }

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

background-color css

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

 a { background-color: rgb(154,183,94); }

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

border-color css

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

 span { border-color: rgb(154,183,94); }

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