Html Css Color HEX #9AB774 Olivine

📋 copy color: '#9AB774'

red 154 ◦ green 183 ◦ blue 116

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

Shades of Olivine #9AB774

Tints of Olivine #9AB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 34%
G = 40.4%
B = 25.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#9AB774 (or 0x9AB774) is known color: Olivine. HEX triplet: 9A, B7 and 74. RGB value is (154,183,116). Sum of RGB (Red+Green+Blue) = 154+183+116=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB774 is #65488B. Grayscale: #A6A6A6. Windows color (decimal): -6637708 or 7649178. OLE color: 7649178.

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

Color convert

RGB 154 183 116 -
CMYK 0.16 0 0.37 0.28
HSL 85.97º 0.32% 0.59% -
HSV(B) 85.97º 0.37% 0.72% -
XYZ 33.41 42 22.87 -
YUV 166.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 154 183 116 0.16 0 0.37 0.28 85.97 0.32 0.59
Hex 9A B7 74 10 0 25 1C 56 20 3B
Octal 232 267 164 20 0 45 34 126 40 73
Binary 10011010 10110111 1110100 10000 0 100101 11100 1010110 100000 111011

Color Harmonies of #9AB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB774

Black with #9AB774

Text Example


Text Example

White with #9AB774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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