Html Css Color HEX #9CB375 Olivine

📋 copy color: '#9CB375'

red 156 ◦ green 179 ◦ blue 117

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

Shades of Olivine #9CB375

Tints of Olivine #9CB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 34.51%
G = 39.6%
B = 25.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#9CB375 (or 0x9CB375) is known color: Olivine. HEX triplet: 9C, B3 and 75. RGB value is (156,179,117). Sum of RGB (Red+Green+Blue) = 156+179+117=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB375 is #634C8A. Grayscale: #A5A5A5. Windows color (decimal): -6507659 or 7713692. OLE color: 7713692.

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

Color convert

RGB 156 179 117 -
CMYK 0.13 0 0.35 0.30
HSL 82.26º 0.29% 0.58% -
HSV(B) 82.26º 0.35% 0.7% -
XYZ 33.04 40.59 22.92 -
YUV 165.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 156 179 117 0.13 0 0.35 0.30 82.26 0.29 0.58
Hex 9C B3 75 D 0 23 1E 52 1D 3A
Octal 234 263 165 15 0 43 36 122 35 72
Binary 10011100 10110011 1110101 1101 0 100011 11110 1010010 11101 111010

Color Harmonies of #9CB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB375

Black with #9CB375

Text Example


Text Example

White with #9CB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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