Html Css Color HEX #9CC075 Olivine

📋 copy color: '#9CC075'

red 156 ◦ green 192 ◦ blue 117

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

Shades of Olivine #9CC075

Tints of Olivine #9CC075

RGB

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

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

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

R = 33.55%
G = 41.29%
B = 25.16%

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

#9CC075 (or 0x9CC075) is known color: Olivine. HEX triplet: 9C, C0 and 75. RGB value is (156,192,117). Sum of RGB (Red+Green+Blue) = 156+192+117=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC075 is #633F8A. Grayscale: #ACACAC. Windows color (decimal): -6504331 or 7717020. OLE color: 7717020.

HSL color Cylindrical-coordinate representation of color #9CC075: hue angle of 88.8º 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 #9CC075 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 117 -
CMYK 0.19 0 0.39 0.25
HSL 88.8º 0.37% 0.61% -
HSV(B) 88.8º 0.39% 0.75% -
XYZ 35.77 46.05 23.83 -
YUV 172.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 156 192 117 0.19 0 0.39 0.25 88.8 0.37 0.61
Hex 9C C0 75 13 0 27 19 59 25 3D
Octal 234 300 165 23 0 47 31 131 45 75
Binary 10011100 11000000 1110101 10011 0 100111 11001 1011001 100101 111101

Color Harmonies of #9CC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC075

Black with #9CC075

Text Example


Text Example

White with #9CC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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