Html Css Color HEX #669F3D Limeade

📋 copy color: '#669F3D'

red 102 ◦ green 159 ◦ blue 61

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

Shades of Limeade #669F3D

Tints of Limeade #669F3D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.38%

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 31.68%
G = 49.38%
B = 18.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#669F3D (or 0x669F3D) is known color: Limeade. HEX triplet: 66, 9F and 3D. RGB value is (102,159,61). Sum of RGB (Red+Green+Blue) = 102+159+61=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #669F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F3D is #9960C2. Grayscale: #838383. Windows color (decimal): -10051779 or 4038502. OLE color: 4038502.

HSL color Cylindrical-coordinate representation of color #669F3D: hue angle of 94.9º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #669F3D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 61 -
CMYK 0.36 0 0.62 0.38
HSL 94.9º 0.45% 0.43% -
HSV(B) 94.9º 0.62% 0.62% -
XYZ 18.72 27.96 8.82 -
YUV 130.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 102 159 61 0.36 0 0.62 0.38 94.9 0.45 0.43
Hex 66 9F 3D 24 0 3E 26 5F 2D 2B
Octal 146 237 75 44 0 76 46 137 55 53
Binary 1100110 10011111 111101 100100 0 111110 100110 1011111 101101 101011

Color Harmonies of #669F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F3D

Black with #669F3D

Text Example


Text Example

White with #669F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,159,61); }

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

background-color css

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

 a { background-color: rgb(102,159,61); }

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

border-color css

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

 span { border-color: rgb(102,159,61); }

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