Html Css Color HEX #669148 Glade Green

📋 copy color: '#669148'

red 102 ◦ green 145 ◦ blue 72

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

Shades of Glade Green #669148

Tints of Glade Green #669148

RGB

 RED value IS 102 (40.23% from 255) = 31.97%

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 31.97%
G = 45.45%
B = 22.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#669148 (or 0x669148) is known color: Glade Green. HEX triplet: 66, 91 and 48. RGB value is (102,145,72). Sum of RGB (Red+Green+Blue) = 102+145+72=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #669148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669148 is #996EB7. Grayscale: #7C7C7C. Windows color (decimal): -10055352 or 4755814. OLE color: 4755814.

HSL color Cylindrical-coordinate representation of color #669148: hue angle of 95.34º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669148 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 72 -
CMYK 0.30 0 0.50 0.43
HSL 95.34º 0.34% 0.43% -
HSV(B) 95.34º 0.5% 0.57% -
XYZ 16.77 23.54 9.79 -
YUV 123.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 102 145 72 0.30 0 0.50 0.43 95.34 0.34 0.43
Hex 66 91 48 1E 0 32 2B 5F 22 2B
Octal 146 221 110 36 0 62 53 137 42 53
Binary 1100110 10010001 1001000 11110 0 110010 101011 1011111 100010 101011

Color Harmonies of #669148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669148

Black with #669148

Text Example


Text Example

White with #669148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669148; }

 p { color: rgb(102,145,72); }

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

background-color css

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

 a { background-color: rgb(102,145,72); }

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

border-color css

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

 span { border-color: rgb(102,145,72); }

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