Html Css Color HEX #9BAE78 Olivine

📋 copy color: '#9BAE78'

red 155 ◦ green 174 ◦ blue 120

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

Shades of Olivine #9BAE78

Tints of Olivine #9BAE78

RGB

 RED value IS 155 (60.94% from 255) = 34.52%

 GREEN value IS 174 (68.36% from 255) = 38.75%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 34.52%
G = 38.75%
B = 26.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#9BAE78 (or 0x9BAE78) is known color: Olivine. HEX triplet: 9B, AE and 78. RGB value is (155,174,120). Sum of RGB (Red+Green+Blue) = 155+174+120=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE78 is #645187. Grayscale: #A2A2A2. Windows color (decimal): -6574472 or 7909019. OLE color: 7909019.

HSL color Cylindrical-coordinate representation of color #9BAE78: hue angle of 81.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAE78 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 120 -
CMYK 0.11 0 0.31 0.32
HSL 81.11º 0.25% 0.58% -
HSV(B) 81.11º 0.31% 0.68% -
XYZ 32.04 38.6 23.53 -
YUV 162.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 155 174 120 0.11 0 0.31 0.32 81.11 0.25 0.58
Hex 9B AE 78 B 0 1F 20 51 19 3A
Octal 233 256 170 13 0 37 40 121 31 72
Binary 10011011 10101110 1111000 1011 0 11111 100000 1010001 11001 111010

Color Harmonies of #9BAE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE78

Black with #9BAE78

Text Example


Text Example

White with #9BAE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,120); }

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

background-color css

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

 a { background-color: rgb(155,174,120); }

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

border-color css

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

 span { border-color: rgb(155,174,120); }

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