Html Css Color HEX #668345 Dingley

📋 copy color: '#668345'

red 102 ◦ green 131 ◦ blue 69

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

Shades of Dingley #668345

Tints of Dingley #668345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

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

R = 33.77%
G = 43.38%
B = 22.85%

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

#668345 (or 0x668345) is known color: Dingley. HEX triplet: 66, 83 and 45. RGB value is (102,131,69). Sum of RGB (Red+Green+Blue) = 102+131+69=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #668345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668345 is #997CBA. Grayscale: #737373. Windows color (decimal): -10058939 or 4555622. OLE color: 4555622.

HSL color Cylindrical-coordinate representation of color #668345: hue angle of 88.06º 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 #668345 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 69 -
CMYK 0.22 0 0.47 0.49
HSL 88.06º 0.31% 0.39% -
HSV(B) 88.06º 0.47% 0.51% -
XYZ 14.67 19.49 8.62 -
YUV 115.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 102 131 69 0.22 0 0.47 0.49 88.06 0.31 0.39
Hex 66 83 45 16 0 2F 31 58 1F 27
Octal 146 203 105 26 0 57 61 130 37 47
Binary 1100110 10000011 1000101 10110 0 101111 110001 1011000 11111 100111

Color Harmonies of #668345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668345

Black with #668345

Text Example


Text Example

White with #668345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668345; }

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

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

background-color css

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

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

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

border-color css

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

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

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