Html Css Color HEX #99A068 Green Smoke

📋 copy color: '#99A068'

red 153 ◦ green 160 ◦ blue 104

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

Shades of Green Smoke #99A068

Tints of Green Smoke #99A068

RGB

 RED value IS 153 (60.16% from 255) = 36.69%

 GREEN value IS 160 (62.89% from 255) = 38.37%

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

R = 36.69%
G = 38.37%
B = 24.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#99A068 (or 0x99A068) is known color: Green Smoke. HEX triplet: 99, A0 and 68. RGB value is (153,160,104). Sum of RGB (Red+Green+Blue) = 153+160+104=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #99A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A068 is #665F97. Grayscale: #979797. Windows color (decimal): -6709144 or 6856857. OLE color: 6856857.

HSL color Cylindrical-coordinate representation of color #99A068: hue angle of 67.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A068 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 160 104 -
CMYK 0.04 0 0.35 0.37
HSL 67.5º 0.23% 0.52% -
HSV(B) 67.5º 0.35% 0.63% -
XYZ 28.21 32.91 17.96 -
YUV 151.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 153 160 104 0.04 0 0.35 0.37 67.5 0.23 0.52
Hex 99 A0 68 4 0 23 25 44 17 34
Octal 231 240 150 4 0 43 45 104 27 64
Binary 10011001 10100000 1101000 100 0 100011 100101 1000100 10111 110100

Color Harmonies of #99A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A068

Black with #99A068

Text Example


Text Example

White with #99A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A068; }

 p { color: rgb(153,160,104); }

 H1.HeaderClassName
 {
   color: #99A068;
 }
 .AnyTagClassName
 {
   color: #99A068;
 }
</style>

background-color css

<style>
 a { background-color: #99A068; }

 a { background-color: rgb(153,160,104); }

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

border-color css

<style>
 span { border-color: #99A068; }

 span { border-color: rgb(153,160,104); }

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