Html Css Color HEX #669240 Dingley

📋 copy color: '#669240'

red 102 ◦ green 146 ◦ blue 64

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

Shades of Dingley #669240

Tints of Dingley #669240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 32.69%
G = 46.79%
B = 20.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#669240 (or 0x669240) is known color: Dingley. HEX triplet: 66, 92 and 40. RGB value is (102,146,64). Sum of RGB (Red+Green+Blue) = 102+146+64=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #669240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669240 is #996DBF. Grayscale: #7B7B7B. Windows color (decimal): -10055104 or 4231782. OLE color: 4231782.

HSL color Cylindrical-coordinate representation of color #669240: hue angle of 92.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669240 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 64 -
CMYK 0.30 0 0.56 0.43
HSL 92.2º 0.39% 0.41% -
HSV(B) 92.2º 0.56% 0.57% -
XYZ 16.68 23.75 8.56 -
YUV 123.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 102 146 64 0.30 0 0.56 0.43 92.2 0.39 0.41
Hex 66 92 40 1E 0 38 2B 5C 27 29
Octal 146 222 100 36 0 70 53 134 47 51
Binary 1100110 10010010 1000000 11110 0 111000 101011 1011100 100111 101001

Color Harmonies of #669240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669240

Black with #669240

Text Example


Text Example

White with #669240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669240; }

 p { color: rgb(102,146,64); }

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

background-color css

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

 a { background-color: rgb(102,146,64); }

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

border-color css

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

 span { border-color: rgb(102,146,64); }

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