Html Css Color HEX #668745 Dingley

📋 copy color: '#668745'

red 102 ◦ green 135 ◦ blue 69

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

Shades of Dingley #668745

Tints of Dingley #668745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 33.33%
G = 44.12%
B = 22.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#668745 (or 0x668745) is known color: Dingley. HEX triplet: 66, 87 and 45. RGB value is (102,135,69). Sum of RGB (Red+Green+Blue) = 102+135+69=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #668745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668745 is #9978BA. Grayscale: #757575. Windows color (decimal): -10057915 or 4556646. OLE color: 4556646.

HSL color Cylindrical-coordinate representation of color #668745: hue angle of 90º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668745 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 69 -
CMYK 0.24 0 0.49 0.47
HSL 90º 0.32% 0.4% -
HSV(B) 90º 0.49% 0.53% -
XYZ 15.22 20.58 8.8 -
YUV 117.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 102 135 69 0.24 0 0.49 0.47 90 0.32 0.4
Hex 66 87 45 18 0 31 2F 5A 20 28
Octal 146 207 105 30 0 61 57 132 40 50
Binary 1100110 10000111 1000101 11000 0 110001 101111 1011010 100000 101000

Color Harmonies of #668745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668745

Black with #668745

Text Example


Text Example

White with #668745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668745; }

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

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

background-color css

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

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

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

border-color css

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

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

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