Html Css Color HEX #9CB075 Olivine

📋 copy color: '#9CB075'

red 156 ◦ green 176 ◦ blue 117

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

Shades of Olivine #9CB075

Tints of Olivine #9CB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

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

R = 34.74%
G = 39.2%
B = 26.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9CB075 (or 0x9CB075) is known color: Olivine. HEX triplet: 9C, B0 and 75. RGB value is (156,176,117). Sum of RGB (Red+Green+Blue) = 156+176+117=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB075 is #634F8A. Grayscale: #A3A3A3. Windows color (decimal): -6508427 or 7712924. OLE color: 7712924.

HSL color Cylindrical-coordinate representation of color #9CB075: hue angle of 80.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB075 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 117 -
CMYK 0.11 0 0.34 0.31
HSL 80.34º 0.27% 0.57% -
HSV(B) 80.34º 0.34% 0.69% -
XYZ 32.45 39.4 22.73 -
YUV 163.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 156 176 117 0.11 0 0.34 0.31 80.34 0.27 0.57
Hex 9C B0 75 B 0 22 1F 50 1B 39
Octal 234 260 165 13 0 42 37 120 33 71
Binary 10011100 10110000 1110101 1011 0 100010 11111 1010000 11011 111001

Color Harmonies of #9CB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB075

Black with #9CB075

Text Example


Text Example

White with #9CB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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