Html Css Color HEX #9BC07D Olivine

📋 copy color: '#9BC07D'

red 155 ◦ green 192 ◦ blue 125

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

Shades of Olivine #9BC07D

Tints of Olivine #9BC07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 32.84%
G = 40.68%
B = 26.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9BC07D (or 0x9BC07D) is known color: Olivine. HEX triplet: 9B, C0 and 7D. RGB value is (155,192,125). Sum of RGB (Red+Green+Blue) = 155+192+125=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC07D is #643F82. Grayscale: #ADADAD. Windows color (decimal): -6569859 or 8241307. OLE color: 8241307.

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

Color convert

RGB 155 192 125 -
CMYK 0.19 0 0.35 0.25
HSL 93.13º 0.35% 0.62% -
HSV(B) 93.13º 0.35% 0.75% -
XYZ 36.07 46.15 26.41 -
YUV 173.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 155 192 125 0.19 0 0.35 0.25 93.13 0.35 0.62
Hex 9B C0 7D 13 0 23 19 5D 23 3E
Octal 233 300 175 23 0 43 31 135 43 76
Binary 10011011 11000000 1111101 10011 0 100011 11001 1011101 100011 111110

Color Harmonies of #9BC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC07D

Black with #9BC07D

Text Example


Text Example

White with #9BC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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