Html Css Color HEX #9C9F6B Avocado

📋 copy color: '#9C9F6B'

red 156 ◦ green 159 ◦ blue 107

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

Shades of Avocado #9C9F6B

Tints of Avocado #9C9F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 36.97%
G = 37.68%
B = 25.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9C9F6B (or 0x9C9F6B) is known color: Avocado. HEX triplet: 9C, 9F and 6B. RGB value is (156,159,107). Sum of RGB (Red+Green+Blue) = 156+159+107=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9F6B is #636094. Grayscale: #989898. Windows color (decimal): -6512789 or 7053212. OLE color: 7053212.

HSL color Cylindrical-coordinate representation of color #9C9F6B: hue angle of 63.46º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9F6B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 159 107 -
CMYK 0.02 0 0.33 0.38
HSL 63.46º 0.21% 0.52% -
HSV(B) 63.46º 0.33% 0.62% -
XYZ 28.76 32.93 18.75 -
YUV 152.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 156 159 107 0.02 0 0.33 0.38 63.46 0.21 0.52
Hex 9C 9F 6B 2 0 21 26 3F 15 34
Octal 234 237 153 2 0 41 46 77 25 64
Binary 10011100 10011111 1101011 10 0 100001 100110 111111 10101 110100

Color Harmonies of #9C9F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9F6B

Black with #9C9F6B

Text Example


Text Example

White with #9C9F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,159,107); }

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

background-color css

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

 a { background-color: rgb(156,159,107); }

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

border-color css

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

 span { border-color: rgb(156,159,107); }

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