Html Css Color HEX #668138 Dingley

📋 copy color: '#668138'

red 102 ◦ green 129 ◦ blue 56

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

Shades of Dingley #668138

Tints of Dingley #668138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 35.54%
G = 44.95%
B = 19.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#668138 (or 0x668138) is known color: Dingley. HEX triplet: 66, 81 and 38. RGB value is (102,129,56). Sum of RGB (Red+Green+Blue) = 102+129+56=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #668138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668138 is #997EC7. Grayscale: #707070. Windows color (decimal): -10059464 or 3703142. OLE color: 3703142.

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

Color convert

RGB 102 129 56 -
CMYK 0.21 0 0.57 0.49
HSL 82.19º 0.39% 0.36% -
HSV(B) 82.19º 0.57% 0.51% -
XYZ 14.04 18.81 6.63 -
YUV 112.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 102 129 56 0.21 0 0.57 0.49 82.19 0.39 0.36
Hex 66 81 38 15 0 39 31 52 27 24
Octal 146 201 70 25 0 71 61 122 47 44
Binary 1100110 10000001 111000 10101 0 111001 110001 1010010 100111 100100

Color Harmonies of #668138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668138

Black with #668138

Text Example


Text Example

White with #668138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668138; }

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

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

background-color css

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

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

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

border-color css

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

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

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