Html Css Color HEX #669D3A Limeade

📋 copy color: '#669D3A'

red 102 ◦ green 157 ◦ blue 58

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

Shades of Limeade #669D3A

Tints of Limeade #669D3A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.53%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 32.18%
G = 49.53%
B = 18.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#669D3A (or 0x669D3A) is known color: Limeade. HEX triplet: 66, 9D and 3A. RGB value is (102,157,58). Sum of RGB (Red+Green+Blue) = 102+157+58=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #669D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D3A is #9962C5. Grayscale: #818181. Windows color (decimal): -10052294 or 3841382. OLE color: 3841382.

HSL color Cylindrical-coordinate representation of color #669D3A: hue angle of 93.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #669D3A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 58 -
CMYK 0.35 0 0.63 0.38
HSL 93.33º 0.46% 0.42% -
HSV(B) 93.33º 0.63% 0.62% -
XYZ 18.3 27.24 8.3 -
YUV 129.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 102 157 58 0.35 0 0.63 0.38 93.33 0.46 0.42
Hex 66 9D 3A 23 0 3F 26 5D 2E 2A
Octal 146 235 72 43 0 77 46 135 56 52
Binary 1100110 10011101 111010 100011 0 111111 100110 1011101 101110 101010

Color Harmonies of #669D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D3A

Black with #669D3A

Text Example


Text Example

White with #669D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669D3A; }

 p { color: rgb(102,157,58); }

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

background-color css

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

 a { background-color: rgb(102,157,58); }

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

border-color css

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

 span { border-color: rgb(102,157,58); }

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