Html Css Color HEX #9BC070 Olivine

📋 copy color: '#9BC070'

red 155 ◦ green 192 ◦ blue 112

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

Shades of Olivine #9BC070

Tints of Olivine #9BC070

RGB

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

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

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

R = 33.77%
G = 41.83%
B = 24.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#9BC070 (or 0x9BC070) is known color: Olivine. HEX triplet: 9B, C0 and 70. RGB value is (155,192,112). Sum of RGB (Red+Green+Blue) = 155+192+112=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC070 is #643F8F. Grayscale: #ACACAC. Windows color (decimal): -6569872 or 7389339. OLE color: 7389339.

HSL color Cylindrical-coordinate representation of color #9BC070: hue angle of 87.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BC070 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 112 -
CMYK 0.19 0 0.42 0.25
HSL 87.75º 0.39% 0.6% -
HSV(B) 87.75º 0.42% 0.75% -
XYZ 35.29 45.84 22.32 -
YUV 171.82 94.24 116 -
System Red Green Blue C M Y K H S L
Decimal 155 192 112 0.19 0 0.42 0.25 87.75 0.39 0.6
Hex 9B C0 70 13 0 2A 19 58 27 3C
Octal 233 300 160 23 0 52 31 130 47 74
Binary 10011011 11000000 1110000 10011 0 101010 11001 1011000 100111 111100

Color Harmonies of #9BC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC070

Black with #9BC070

Text Example


Text Example

White with #9BC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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