Html Css Color HEX #668948 Dingley

📋 copy color: '#668948'

red 102 ◦ green 137 ◦ blue 72

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

Shades of Dingley #668948

Tints of Dingley #668948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 32.8%
G = 44.05%
B = 23.15%

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

#668948 (or 0x668948) is known color: Dingley. HEX triplet: 66, 89 and 48. RGB value is (102,137,72). Sum of RGB (Red+Green+Blue) = 102+137+72=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #668948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668948 is #9976B7. Grayscale: #777777. Windows color (decimal): -10057400 or 4753766. OLE color: 4753766.

HSL color Cylindrical-coordinate representation of color #668948: hue angle of 92.31º 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 #668948 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 72 -
CMYK 0.26 0 0.47 0.46
HSL 92.31º 0.31% 0.41% -
HSV(B) 92.31º 0.47% 0.54% -
XYZ 15.59 21.18 9.4 -
YUV 119.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 102 137 72 0.26 0 0.47 0.46 92.31 0.31 0.41
Hex 66 89 48 1A 0 2F 2E 5C 1F 29
Octal 146 211 110 32 0 57 56 134 37 51
Binary 1100110 10001001 1001000 11010 0 101111 101110 1011100 11111 101001

Color Harmonies of #668948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668948

Black with #668948

Text Example


Text Example

White with #668948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668948; }

 p { color: rgb(102,137,72); }

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

background-color css

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

 a { background-color: rgb(102,137,72); }

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

border-color css

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

 span { border-color: rgb(102,137,72); }

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