Html Css Color HEX #669B19 Limeade

📋 copy color: '#669B19'

red 102 ◦ green 155 ◦ blue 25

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

Shades of Limeade #669B19

Tints of Limeade #669B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 36.17%
G = 54.96%
B = 8.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#669B19 (or 0x669B19) is known color: Limeade. HEX triplet: 66, 9B and 19. RGB value is (102,155,25). Sum of RGB (Red+Green+Blue) = 102+155+25=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #669B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B19 is #9964E6. Grayscale: #7C7C7C. Windows color (decimal): -10052839 or 1678182. OLE color: 1678182.

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

Color convert

RGB 102 155 25 -
CMYK 0.34 0 0.84 0.39
HSL 84.46º 0.72% 0.35% -
HSV(B) 84.46º 0.84% 0.61% -
XYZ 17.38 26.34 5.09 -
YUV 124.33 71.94 112.07 -
System Red Green Blue C M Y K H S L
Decimal 102 155 25 0.34 0 0.84 0.39 84.46 0.72 0.35
Hex 66 9B 19 22 0 54 27 54 48 23
Octal 146 233 31 42 0 124 47 124 110 43
Binary 1100110 10011011 11001 100010 0 1010100 100111 1010100 1001000 100011

Color Harmonies of #669B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B19

Black with #669B19

Text Example


Text Example

White with #669B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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