Html Css Color HEX #669B3D Limeade

📋 copy color: '#669B3D'

red 102 ◦ green 155 ◦ blue 61

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

Shades of Limeade #669B3D

Tints of Limeade #669B3D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.74%

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

R = 32.08%
G = 48.74%
B = 19.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#669B3D (or 0x669B3D) is known color: Limeade. HEX triplet: 66, 9B and 3D. RGB value is (102,155,61). Sum of RGB (Red+Green+Blue) = 102+155+61=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #669B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B3D is #9964C2. Grayscale: #808080. Windows color (decimal): -10052803 or 4037478. OLE color: 4037478.

HSL color Cylindrical-coordinate representation of color #669B3D: hue angle of 93.83º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #669B3D is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 61 -
CMYK 0.34 0 0.61 0.39
HSL 93.83º 0.44% 0.42% -
HSV(B) 93.83º 0.61% 0.61% -
XYZ 18.04 26.6 8.6 -
YUV 128.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 102 155 61 0.34 0 0.61 0.39 93.83 0.44 0.42
Hex 66 9B 3D 22 0 3D 27 5E 2C 2A
Octal 146 233 75 42 0 75 47 136 54 52
Binary 1100110 10011011 111101 100010 0 111101 100111 1011110 101100 101010

Color Harmonies of #669B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B3D

Black with #669B3D

Text Example


Text Example

White with #669B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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