Html Css Color HEX #668A46 Dingley

📋 copy color: '#668A46'

red 102 ◦ green 138 ◦ blue 70

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

Shades of Dingley #668A46

Tints of Dingley #668A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 32.9%
G = 44.52%
B = 22.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#668A46 (or 0x668A46) is known color: Dingley. HEX triplet: 66, 8A and 46. RGB value is (102,138,70). Sum of RGB (Red+Green+Blue) = 102+138+70=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #668A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A46 is #9975B9. Grayscale: #777777. Windows color (decimal): -10057146 or 4622950. OLE color: 4622950.

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

Color convert

RGB 102 138 70 -
CMYK 0.26 0 0.49 0.46
HSL 91.76º 0.33% 0.41% -
HSV(B) 91.76º 0.49% 0.54% -
XYZ 15.67 21.44 9.11 -
YUV 119.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 102 138 70 0.26 0 0.49 0.46 91.76 0.33 0.41
Hex 66 8A 46 1A 0 31 2E 5C 21 29
Octal 146 212 106 32 0 61 56 134 41 51
Binary 1100110 10001010 1000110 11010 0 110001 101110 1011100 100001 101001

Color Harmonies of #668A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A46

Black with #668A46

Text Example


Text Example

White with #668A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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