Html Css Color HEX #9BC075 Olivine

📋 copy color: '#9BC075'

red 155 ◦ green 192 ◦ blue 117

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

Shades of Olivine #9BC075

Tints of Olivine #9BC075

RGB

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

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

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

R = 33.41%
G = 41.38%
B = 25.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#9BC075 (or 0x9BC075) is known color: Olivine. HEX triplet: 9B, C0 and 75. RGB value is (155,192,117). Sum of RGB (Red+Green+Blue) = 155+192+117=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC075 is #643F8A. Grayscale: #ACACAC. Windows color (decimal): -6569867 or 7717019. OLE color: 7717019.

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

Color convert

RGB 155 192 117 -
CMYK 0.19 0 0.39 0.25
HSL 89.6º 0.37% 0.61% -
HSV(B) 89.6º 0.39% 0.75% -
XYZ 35.58 45.95 23.82 -
YUV 172.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 155 192 117 0.19 0 0.39 0.25 89.6 0.37 0.61
Hex 9B C0 75 13 0 27 19 5A 25 3D
Octal 233 300 165 23 0 47 31 132 45 75
Binary 10011011 11000000 1110101 10011 0 100111 11001 1011010 100101 111101

Color Harmonies of #9BC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC075

Black with #9BC075

Text Example


Text Example

White with #9BC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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