Html Css Color HEX #9BC770 Olivine

📋 copy color: '#9BC770'

red 155 ◦ green 199 ◦ blue 112

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

Shades of Olivine #9BC770

Tints of Olivine #9BC770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 33.26%
G = 42.7%
B = 24.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#9BC770 (or 0x9BC770) is known color: Olivine. HEX triplet: 9B, C7 and 70. RGB value is (155,199,112). Sum of RGB (Red+Green+Blue) = 155+199+112=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC770 is #64388F. Grayscale: #B0B0B0. Windows color (decimal): -6568080 or 7391131. OLE color: 7391131.

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

Color convert

RGB 155 199 112 -
CMYK 0.22 0 0.44 0.22
HSL 90.34º 0.44% 0.61% -
HSV(B) 90.34º 0.44% 0.78% -
XYZ 36.87 48.99 22.84 -
YUV 175.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 155 199 112 0.22 0 0.44 0.22 90.34 0.44 0.61
Hex 9B C7 70 16 0 2C 16 5A 2C 3D
Octal 233 307 160 26 0 54 26 132 54 75
Binary 10011011 11000111 1110000 10110 0 101100 10110 1011010 101100 111101

Color Harmonies of #9BC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC770

Black with #9BC770

Text Example


Text Example

White with #9BC770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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