Html Css Color HEX #99AF68 Green Smoke

📋 copy color: '#99AF68'

red 153 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #99AF68

Tints of Green Smoke #99AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 35.42%
G = 40.51%
B = 24.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#99AF68 (or 0x99AF68) is known color: Green Smoke. HEX triplet: 99, AF and 68. RGB value is (153,175,104). Sum of RGB (Red+Green+Blue) = 153+175+104=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF68 is #665097. Grayscale: #A0A0A0. Windows color (decimal): -6705304 or 6860697. OLE color: 6860697.

HSL color Cylindrical-coordinate representation of color #99AF68: hue angle of 78.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99AF68 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 104 -
CMYK 0.13 0 0.41 0.31
HSL 78.59º 0.31% 0.55% -
HSV(B) 78.59º 0.41% 0.69% -
XYZ 30.97 38.43 18.88 -
YUV 160.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 153 175 104 0.13 0 0.41 0.31 78.59 0.31 0.55
Hex 99 AF 68 D 0 29 1F 4F 1F 37
Octal 231 257 150 15 0 51 37 117 37 67
Binary 10011001 10101111 1101000 1101 0 101001 11111 1001111 11111 110111

Color Harmonies of #99AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF68

Black with #99AF68

Text Example


Text Example

White with #99AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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