Html Css Color HEX #668245 Dingley

📋 copy color: '#668245'

red 102 ◦ green 130 ◦ blue 69

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

Shades of Dingley #668245

Tints of Dingley #668245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 33.89%
G = 43.19%
B = 22.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#668245 (or 0x668245) is known color: Dingley. HEX triplet: 66, 82 and 45. RGB value is (102,130,69). Sum of RGB (Red+Green+Blue) = 102+130+69=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #668245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668245 is #997DBA. Grayscale: #727272. Windows color (decimal): -10059195 or 4555366. OLE color: 4555366.

HSL color Cylindrical-coordinate representation of color #668245: hue angle of 87.54º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668245 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 69 -
CMYK 0.22 0 0.47 0.49
HSL 87.54º 0.31% 0.39% -
HSV(B) 87.54º 0.47% 0.51% -
XYZ 14.54 19.22 8.57 -
YUV 114.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 102 130 69 0.22 0 0.47 0.49 87.54 0.31 0.39
Hex 66 82 45 16 0 2F 31 58 1F 27
Octal 146 202 105 26 0 57 61 130 37 47
Binary 1100110 10000010 1000101 10110 0 101111 110001 1011000 11111 100111

Color Harmonies of #668245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668245

Black with #668245

Text Example


Text Example

White with #668245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668245; }

 p { color: rgb(102,130,69); }

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

background-color css

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

 a { background-color: rgb(102,130,69); }

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

border-color css

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

 span { border-color: rgb(102,130,69); }

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