Html Css Color HEX #66972F Limeade

📋 copy color: '#66972F'

red 102 ◦ green 151 ◦ blue 47

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

Shades of Limeade #66972F

Tints of Limeade #66972F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.33%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 34%
G = 50.33%
B = 15.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#66972F (or 0x66972F) is known color: Limeade. HEX triplet: 66, 97 and 2F. RGB value is (102,151,47). Sum of RGB (Red+Green+Blue) = 102+151+47=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #66972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66972F is #9968D0. Grayscale: #7C7C7C. Windows color (decimal): -10053841 or 3118950. OLE color: 3118950.

HSL color Cylindrical-coordinate representation of color #66972F: hue angle of 88.27º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66972F is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 47 -
CMYK 0.32 0 0.69 0.41
HSL 88.27º 0.53% 0.39% -
HSV(B) 88.27º 0.69% 0.59% -
XYZ 17.06 25.16 6.65 -
YUV 124.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 102 151 47 0.32 0 0.69 0.41 88.27 0.53 0.39
Hex 66 97 2F 20 0 45 29 58 35 27
Octal 146 227 57 40 0 105 51 130 65 47
Binary 1100110 10010111 101111 100000 0 1000101 101001 1011000 110101 100111

Color Harmonies of #66972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66972F

Black with #66972F

Text Example


Text Example

White with #66972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66972F; }

 p { color: rgb(102,151,47); }

 H1.HeaderClassName
 {
   color: #66972F;
 }
 .AnyTagClassName
 {
   color: #66972F;
 }
</style>

background-color css

<style>
 a { background-color: #66972F; }

 a { background-color: rgb(102,151,47); }

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

border-color css

<style>
 span { border-color: #66972F; }

 span { border-color: rgb(102,151,47); }

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