Html Css Color HEX #9CA768 Green Smoke

📋 copy color: '#9CA768'

red 156 ◦ green 167 ◦ blue 104

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

Shades of Green Smoke #9CA768

Tints of Green Smoke #9CA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 36.53%
G = 39.11%
B = 24.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#9CA768 (or 0x9CA768) is known color: Green Smoke. HEX triplet: 9C, A7 and 68. RGB value is (156,167,104). Sum of RGB (Red+Green+Blue) = 156+167+104=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA768 is #635897. Grayscale: #9C9C9C. Windows color (decimal): -6510744 or 6858652. OLE color: 6858652.

HSL color Cylindrical-coordinate representation of color #9CA768: hue angle of 70.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA768 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 167 104 -
CMYK 0.07 0 0.38 0.35
HSL 70.48º 0.26% 0.53% -
HSV(B) 70.48º 0.38% 0.65% -
XYZ 30.03 35.7 18.41 -
YUV 156.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 156 167 104 0.07 0 0.38 0.35 70.48 0.26 0.53
Hex 9C A7 68 7 0 26 23 46 1A 35
Octal 234 247 150 7 0 46 43 106 32 65
Binary 10011100 10100111 1101000 111 0 100110 100011 1000110 11010 110101

Color Harmonies of #9CA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA768

Black with #9CA768

Text Example


Text Example

White with #9CA768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,104); }

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

background-color css

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

 a { background-color: rgb(156,167,104); }

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

border-color css

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

 span { border-color: rgb(156,167,104); }

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