Html Css Color HEX #668350 Dingley

📋 copy color: '#668350'

red 102 ◦ green 131 ◦ blue 80

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

Shades of Dingley #668350

Tints of Dingley #668350

RGB

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

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

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

R = 32.59%
G = 41.85%
B = 25.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#668350 (or 0x668350) is known color: Dingley. HEX triplet: 66, 83 and 50. RGB value is (102,131,80). Sum of RGB (Red+Green+Blue) = 102+131+80=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #668350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668350 is #997CAF. Grayscale: #747474. Windows color (decimal): -10058928 or 5276518. OLE color: 5276518.

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

Color convert

RGB 102 131 80 -
CMYK 0.22 0 0.39 0.49
HSL 94.12º 0.24% 0.41% -
HSV(B) 94.12º 0.39% 0.51% -
XYZ 15.04 19.64 10.59 -
YUV 116.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 102 131 80 0.22 0 0.39 0.49 94.12 0.24 0.41
Hex 66 83 50 16 0 27 31 5E 18 29
Octal 146 203 120 26 0 47 61 136 30 51
Binary 1100110 10000011 1010000 10110 0 100111 110001 1011110 11000 101001

Color Harmonies of #668350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668350

Black with #668350

Text Example


Text Example

White with #668350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668350; }

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

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

background-color css

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

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

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

border-color css

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

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

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