Html Css Color HEX #669241 Dingley

📋 copy color: '#669241'

red 102 ◦ green 146 ◦ blue 65

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

Shades of Dingley #669241

Tints of Dingley #669241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 32.59%
G = 46.65%
B = 20.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#669241 (or 0x669241) is known color: Dingley. HEX triplet: 66, 92 and 41. RGB value is (102,146,65). Sum of RGB (Red+Green+Blue) = 102+146+65=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #669241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669241 is #996DBE. Grayscale: #7B7B7B. Windows color (decimal): -10055103 or 4297318. OLE color: 4297318.

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

Color convert

RGB 102 146 65 -
CMYK 0.30 0 0.55 0.43
HSL 92.59º 0.38% 0.41% -
HSV(B) 92.59º 0.55% 0.57% -
XYZ 16.71 23.76 8.71 -
YUV 123.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 102 146 65 0.30 0 0.55 0.43 92.59 0.38 0.41
Hex 66 92 41 1E 0 37 2B 5D 26 29
Octal 146 222 101 36 0 67 53 135 46 51
Binary 1100110 10010010 1000001 11110 0 110111 101011 1011101 100110 101001

Color Harmonies of #669241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669241

Black with #669241

Text Example


Text Example

White with #669241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669241; }

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

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

background-color css

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

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

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

border-color css

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

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

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