Html Css Color HEX #9CB875 Olivine

📋 copy color: '#9CB875'

red 156 ◦ green 184 ◦ blue 117

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

Shades of Olivine #9CB875

Tints of Olivine #9CB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 34.14%
G = 40.26%
B = 25.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#9CB875 (or 0x9CB875) is known color: Olivine. HEX triplet: 9C, B8 and 75. RGB value is (156,184,117). Sum of RGB (Red+Green+Blue) = 156+184+117=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB875 is #63478A. Grayscale: #A8A8A8. Windows color (decimal): -6506379 or 7714972. OLE color: 7714972.

HSL color Cylindrical-coordinate representation of color #9CB875: hue angle of 85.07º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB875 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 184 117 -
CMYK 0.15 0 0.36 0.28
HSL 85.07º 0.32% 0.59% -
HSV(B) 85.07º 0.36% 0.72% -
XYZ 34.06 42.63 23.26 -
YUV 167.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 156 184 117 0.15 0 0.36 0.28 85.07 0.32 0.59
Hex 9C B8 75 F 0 24 1C 55 20 3B
Octal 234 270 165 17 0 44 34 125 40 73
Binary 10011100 10111000 1110101 1111 0 100100 11100 1010101 100000 111011

Color Harmonies of #9CB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB875

Black with #9CB875

Text Example


Text Example

White with #9CB875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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