Html Css Color HEX #668546 Dingley

📋 copy color: '#668546'

red 102 ◦ green 133 ◦ blue 70

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

Shades of Dingley #668546

Tints of Dingley #668546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 33.44%
G = 43.61%
B = 22.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#668546 (or 0x668546) is known color: Dingley. HEX triplet: 66, 85 and 46. RGB value is (102,133,70). Sum of RGB (Red+Green+Blue) = 102+133+70=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #668546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668546 is #997AB9. Grayscale: #747474. Windows color (decimal): -10058426 or 4621670. OLE color: 4621670.

HSL color Cylindrical-coordinate representation of color #668546: hue angle of 89.52º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668546 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 70 -
CMYK 0.23 0 0.47 0.48
HSL 89.52º 0.31% 0.4% -
HSV(B) 89.52º 0.47% 0.52% -
XYZ 14.97 20.04 8.87 -
YUV 116.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 102 133 70 0.23 0 0.47 0.48 89.52 0.31 0.4
Hex 66 85 46 17 0 2F 30 5A 1F 28
Octal 146 205 106 27 0 57 60 132 37 50
Binary 1100110 10000101 1000110 10111 0 101111 110000 1011010 11111 101000

Color Harmonies of #668546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668546

Black with #668546

Text Example


Text Example

White with #668546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668546; }

 p { color: rgb(102,133,70); }

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

background-color css

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

 a { background-color: rgb(102,133,70); }

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

border-color css

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

 span { border-color: rgb(102,133,70); }

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