Html Css Color HEX #668150 Dingley

📋 copy color: '#668150'

red 102 ◦ green 129 ◦ blue 80

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

Shades of Dingley #668150

Tints of Dingley #668150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 32.8%
G = 41.48%
B = 25.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#668150 (or 0x668150) is known color: Dingley. HEX triplet: 66, 81 and 50. RGB value is (102,129,80). Sum of RGB (Red+Green+Blue) = 102+129+80=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #668150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668150 is #997EAF. Grayscale: #737373. Windows color (decimal): -10059440 or 5276006. OLE color: 5276006.

HSL color Cylindrical-coordinate representation of color #668150: hue angle of 93.06º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #668150 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 80 -
CMYK 0.21 0 0.38 0.49
HSL 93.06º 0.23% 0.41% -
HSV(B) 93.06º 0.38% 0.51% -
XYZ 14.78 19.1 10.5 -
YUV 115.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 102 129 80 0.21 0 0.38 0.49 93.06 0.23 0.41
Hex 66 81 50 15 0 26 31 5D 17 29
Octal 146 201 120 25 0 46 61 135 27 51
Binary 1100110 10000001 1010000 10101 0 100110 110001 1011101 10111 101001

Color Harmonies of #668150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668150

Black with #668150

Text Example


Text Example

White with #668150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668150; }

 p { color: rgb(102,129,80); }

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

background-color css

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

 a { background-color: rgb(102,129,80); }

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

border-color css

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

 span { border-color: rgb(102,129,80); }

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