Html Css Color HEX #9BC375 Olivine

📋 copy color: '#9BC375'

red 155 ◦ green 195 ◦ blue 117

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

Shades of Olivine #9BC375

Tints of Olivine #9BC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 33.19%
G = 41.76%
B = 25.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#9BC375 (or 0x9BC375) is known color: Olivine. HEX triplet: 9B, C3 and 75. RGB value is (155,195,117). Sum of RGB (Red+Green+Blue) = 155+195+117=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC375 is #643C8A. Grayscale: #AEAEAE. Windows color (decimal): -6569099 or 7717787. OLE color: 7717787.

HSL color Cylindrical-coordinate representation of color #9BC375: hue angle of 90.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC375 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 117 -
CMYK 0.21 0 0.4 0.24
HSL 90.77º 0.39% 0.61% -
HSV(B) 90.77º 0.4% 0.76% -
XYZ 36.24 47.28 24.05 -
YUV 174.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 155 195 117 0.21 0 0.4 0.24 90.77 0.39 0.61
Hex 9B C3 75 15 0 28 18 5B 27 3D
Octal 233 303 165 25 0 50 30 133 47 75
Binary 10011011 11000011 1110101 10101 0 101000 11000 1011011 100111 111101

Color Harmonies of #9BC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC375

Black with #9BC375

Text Example


Text Example

White with #9BC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,195,117); }

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

background-color css

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

 a { background-color: rgb(155,195,117); }

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

border-color css

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

 span { border-color: rgb(155,195,117); }

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