Html Css Color HEX #668A49 Dingley

📋 copy color: '#668A49'

red 102 ◦ green 138 ◦ blue 73

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

Shades of Dingley #668A49

Tints of Dingley #668A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 32.59%
G = 44.09%
B = 23.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#668A49 (or 0x668A49) is known color: Dingley. HEX triplet: 66, 8A and 49. RGB value is (102,138,73). Sum of RGB (Red+Green+Blue) = 102+138+73=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #668A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A49 is #9975B6. Grayscale: #787878. Windows color (decimal): -10057143 or 4819558. OLE color: 4819558.

HSL color Cylindrical-coordinate representation of color #668A49: hue angle of 93.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668A49 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 73 -
CMYK 0.26 0 0.47 0.46
HSL 93.23º 0.31% 0.41% -
HSV(B) 93.23º 0.47% 0.54% -
XYZ 15.77 21.48 9.62 -
YUV 119.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 102 138 73 0.26 0 0.47 0.46 93.23 0.31 0.41
Hex 66 8A 49 1A 0 2F 2E 5D 1F 29
Octal 146 212 111 32 0 57 56 135 37 51
Binary 1100110 10001010 1001001 11010 0 101111 101110 1011101 11111 101001

Color Harmonies of #668A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A49

Black with #668A49

Text Example


Text Example

White with #668A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,73); }

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

background-color css

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

 a { background-color: rgb(102,138,73); }

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

border-color css

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

 span { border-color: rgb(102,138,73); }

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