Html Css Color HEX #9BC07F Olivine

📋 copy color: '#9BC07F'

red 155 ◦ green 192 ◦ blue 127

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

Shades of Olivine #9BC07F

Tints of Olivine #9BC07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 32.7%
G = 40.51%
B = 26.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#9BC07F (or 0x9BC07F) is known color: Olivine. HEX triplet: 9B, C0 and 7F. RGB value is (155,192,127). Sum of RGB (Red+Green+Blue) = 155+192+127=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC07F is #643F80. Grayscale: #ADADAD. Windows color (decimal): -6569857 or 8372379. OLE color: 8372379.

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

Color convert

RGB 155 192 127 -
CMYK 0.19 0 0.34 0.25
HSL 94.15º 0.34% 0.63% -
HSV(B) 94.15º 0.34% 0.75% -
XYZ 36.2 46.2 27.09 -
YUV 173.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 155 192 127 0.19 0 0.34 0.25 94.15 0.34 0.63
Hex 9B C0 7F 13 0 22 19 5E 22 3F
Octal 233 300 177 23 0 42 31 136 42 77
Binary 10011011 11000000 1111111 10011 0 100010 11001 1011110 100010 111111

Color Harmonies of #9BC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC07F

Black with #9BC07F

Text Example


Text Example

White with #9BC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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