Html Css Color HEX #9AC077 Olivine

📋 copy color: '#9AC077'

red 154 ◦ green 192 ◦ blue 119

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

Shades of Olivine #9AC077

Tints of Olivine #9AC077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 33.12%
G = 41.29%
B = 25.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9AC077 (or 0x9AC077) is known color: Olivine. HEX triplet: 9A, C0 and 77. RGB value is (154,192,119). Sum of RGB (Red+Green+Blue) = 154+192+119=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC077 is #653F88. Grayscale: #ACACAC. Windows color (decimal): -6635401 or 7848090. OLE color: 7848090.

HSL color Cylindrical-coordinate representation of color #9AC077: hue angle of 91.23º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC077 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 119 -
CMYK 0.20 0 0.38 0.25
HSL 91.23º 0.37% 0.61% -
HSV(B) 91.23º 0.38% 0.75% -
XYZ 35.51 45.9 24.44 -
YUV 172.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 154 192 119 0.20 0 0.38 0.25 91.23 0.37 0.61
Hex 9A C0 77 14 0 26 19 5B 25 3D
Octal 232 300 167 24 0 46 31 133 45 75
Binary 10011010 11000000 1110111 10100 0 100110 11001 1011011 100101 111101

Color Harmonies of #9AC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC077

Black with #9AC077

Text Example


Text Example

White with #9AC077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,119); }

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

background-color css

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

 a { background-color: rgb(154,192,119); }

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

border-color css

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

 span { border-color: rgb(154,192,119); }

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