Html Css Color HEX #66993C Limeade

📋 copy color: '#66993C'

red 102 ◦ green 153 ◦ blue 60

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

Shades of Limeade #66993C

Tints of Limeade #66993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 32.38%
G = 48.57%
B = 19.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#66993C (or 0x66993C) is known color: Limeade. HEX triplet: 66, 99 and 3C. RGB value is (102,153,60). Sum of RGB (Red+Green+Blue) = 102+153+60=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #66993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66993C is #9966C3. Grayscale: #7F7F7F. Windows color (decimal): -10053316 or 3971430. OLE color: 3971430.

HSL color Cylindrical-coordinate representation of color #66993C: hue angle of 92.9º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66993C is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 60 -
CMYK 0.33 0 0.61 0.4
HSL 92.9º 0.44% 0.42% -
HSV(B) 92.9º 0.61% 0.6% -
XYZ 17.69 25.93 8.35 -
YUV 127.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 102 153 60 0.33 0 0.61 0.4 92.9 0.44 0.42
Hex 66 99 3C 21 0 3D 28 5D 2C 2A
Octal 146 231 74 41 0 75 50 135 54 52
Binary 1100110 10011001 111100 100001 0 111101 101000 1011101 101100 101010

Color Harmonies of #66993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66993C

Black with #66993C

Text Example


Text Example

White with #66993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66993C; }

 p { color: rgb(102,153,60); }

 H1.HeaderClassName
 {
   color: #66993C;
 }
 .AnyTagClassName
 {
   color: #66993C;
 }
</style>

background-color css

<style>
 a { background-color: #66993C; }

 a { background-color: rgb(102,153,60); }

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

border-color css

<style>
 span { border-color: #66993C; }

 span { border-color: rgb(102,153,60); }

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