Html Css Color HEX #669B35 Limeade

📋 copy color: '#669B35'

red 102 ◦ green 155 ◦ blue 53

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

Shades of Limeade #669B35

Tints of Limeade #669B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.1%

R = 32.9%
G = 50%
B = 17.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#669B35 (or 0x669B35) is known color: Limeade. HEX triplet: 66, 9B and 35. RGB value is (102,155,53). Sum of RGB (Red+Green+Blue) = 102+155+53=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #669B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B35 is #9964CA. Grayscale: #7F7F7F. Windows color (decimal): -10052811 or 3513190. OLE color: 3513190.

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

Color convert

RGB 102 155 53 -
CMYK 0.34 0 0.66 0.39
HSL 91.18º 0.49% 0.41% -
HSV(B) 91.18º 0.66% 0.61% -
XYZ 17.84 26.52 7.55 -
YUV 127.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 102 155 53 0.34 0 0.66 0.39 91.18 0.49 0.41
Hex 66 9B 35 22 0 42 27 5B 31 29
Octal 146 233 65 42 0 102 47 133 61 51
Binary 1100110 10011011 110101 100010 0 1000010 100111 1011011 110001 101001

Color Harmonies of #669B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B35

Black with #669B35

Text Example


Text Example

White with #669B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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