Html Css Color HEX #9CB575 Olivine

📋 copy color: '#9CB575'

red 156 ◦ green 181 ◦ blue 117

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

Shades of Olivine #9CB575

Tints of Olivine #9CB575

RGB

 RED value IS 156 (61.33% from 255) = 34.36%

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 34.36%
G = 39.87%
B = 25.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#9CB575 (or 0x9CB575) is known color: Olivine. HEX triplet: 9C, B5 and 75. RGB value is (156,181,117). Sum of RGB (Red+Green+Blue) = 156+181+117=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB575 is #634A8A. Grayscale: #A6A6A6. Windows color (decimal): -6507147 or 7714204. OLE color: 7714204.

HSL color Cylindrical-coordinate representation of color #9CB575: hue angle of 83.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB575 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 117 -
CMYK 0.14 0 0.35 0.29
HSL 83.44º 0.3% 0.58% -
HSV(B) 83.44º 0.35% 0.71% -
XYZ 33.45 41.4 23.06 -
YUV 166.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 156 181 117 0.14 0 0.35 0.29 83.44 0.3 0.58
Hex 9C B5 75 E 0 23 1D 53 1E 3A
Octal 234 265 165 16 0 43 35 123 36 72
Binary 10011100 10110101 1110101 1110 0 100011 11101 1010011 11110 111010

Color Harmonies of #9CB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB575

Black with #9CB575

Text Example


Text Example

White with #9CB575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,117); }

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

background-color css

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

 a { background-color: rgb(156,181,117); }

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

border-color css

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

 span { border-color: rgb(156,181,117); }

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