Html Css Color HEX #668C3D Dingley

📋 copy color: '#668C3D'

red 102 ◦ green 140 ◦ blue 61

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

Shades of Dingley #668C3D

Tints of Dingley #668C3D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 33.66%
G = 46.2%
B = 20.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#668C3D (or 0x668C3D) is known color: Dingley. HEX triplet: 66, 8C and 3D. RGB value is (102,140,61). Sum of RGB (Red+Green+Blue) = 102+140+61=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #668C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C3D is #9973C2. Grayscale: #777777. Windows color (decimal): -10056643 or 4033638. OLE color: 4033638.

HSL color Cylindrical-coordinate representation of color #668C3D: hue angle of 88.86º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668C3D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 61 -
CMYK 0.27 0 0.56 0.45
HSL 88.86º 0.39% 0.39% -
HSV(B) 88.86º 0.56% 0.55% -
XYZ 15.7 21.92 7.82 -
YUV 119.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 102 140 61 0.27 0 0.56 0.45 88.86 0.39 0.39
Hex 66 8C 3D 1B 0 38 2D 59 27 27
Octal 146 214 75 33 0 70 55 131 47 47
Binary 1100110 10001100 111101 11011 0 111000 101101 1011001 100111 100111

Color Harmonies of #668C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C3D

Black with #668C3D

Text Example


Text Example

White with #668C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C3D; }

 p { color: rgb(102,140,61); }

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

background-color css

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

 a { background-color: rgb(102,140,61); }

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

border-color css

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

 span { border-color: rgb(102,140,61); }

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