Html Css Color HEX #9BC760 Olivine

📋 copy color: '#9BC760'

red 155 ◦ green 199 ◦ blue 96

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

Shades of Olivine #9BC760

Tints of Olivine #9BC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 34.44%
G = 44.22%
B = 21.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#9BC760 (or 0x9BC760) is known color: Olivine. HEX triplet: 9B, C7 and 60. RGB value is (155,199,96). Sum of RGB (Red+Green+Blue) = 155+199+96=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC760 is #64389F. Grayscale: #AEAEAE. Windows color (decimal): -6568096 or 6342555. OLE color: 6342555.

HSL color Cylindrical-coordinate representation of color #9BC760: hue angle of 85.63º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BC760 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 199 96 -
CMYK 0.22 0 0.52 0.22
HSL 85.63º 0.48% 0.58% -
HSV(B) 85.63º 0.52% 0.78% -
XYZ 36.05 48.66 18.56 -
YUV 174.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 155 199 96 0.22 0 0.52 0.22 85.63 0.48 0.58
Hex 9B C7 60 16 0 34 16 56 30 3A
Octal 233 307 140 26 0 64 26 126 60 72
Binary 10011011 11000111 1100000 10110 0 110100 10110 1010110 110000 111010

Color Harmonies of #9BC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC760

Black with #9BC760

Text Example


Text Example

White with #9BC760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,199,96); }

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

background-color css

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

 a { background-color: rgb(155,199,96); }

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

border-color css

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

 span { border-color: rgb(155,199,96); }

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