Html Css Color HEX #9CC07F Olivine

📋 copy color: '#9CC07F'

red 156 ◦ green 192 ◦ blue 127

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

Shades of Olivine #9CC07F

Tints of Olivine #9CC07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 32.84%
G = 40.42%
B = 26.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#9CC07F (or 0x9CC07F) is known color: Olivine. HEX triplet: 9C, C0 and 7F. RGB value is (156,192,127). Sum of RGB (Red+Green+Blue) = 156+192+127=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC07F is #633F80. Grayscale: #AEAEAE. Windows color (decimal): -6504321 or 8372380. OLE color: 8372380.

HSL color Cylindrical-coordinate representation of color #9CC07F: hue angle of 93.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC07F is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 127 -
CMYK 0.19 0 0.34 0.25
HSL 93.23º 0.34% 0.63% -
HSV(B) 93.23º 0.34% 0.75% -
XYZ 36.39 46.3 27.1 -
YUV 173.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 156 192 127 0.19 0 0.34 0.25 93.23 0.34 0.63
Hex 9C C0 7F 13 0 22 19 5D 22 3F
Octal 234 300 177 23 0 42 31 135 42 77
Binary 10011100 11000000 1111111 10011 0 100010 11001 1011101 100010 111111

Color Harmonies of #9CC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC07F

Black with #9CC07F

Text Example


Text Example

White with #9CC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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