Html Css Color HEX #66913F Dingley

📋 copy color: '#66913F'

red 102 ◦ green 145 ◦ blue 63

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

Shades of Dingley #66913F

Tints of Dingley #66913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 32.9%
G = 46.77%
B = 20.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#66913F (or 0x66913F) is known color: Dingley. HEX triplet: 66, 91 and 3F. RGB value is (102,145,63). Sum of RGB (Red+Green+Blue) = 102+145+63=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #66913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66913F is #996EC0. Grayscale: #7B7B7B. Windows color (decimal): -10055361 or 4165990. OLE color: 4165990.

HSL color Cylindrical-coordinate representation of color #66913F: hue angle of 91.46º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66913F is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 63 -
CMYK 0.30 0 0.57 0.43
HSL 91.46º 0.39% 0.41% -
HSV(B) 91.46º 0.57% 0.57% -
XYZ 16.5 23.43 8.36 -
YUV 122.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 102 145 63 0.30 0 0.57 0.43 91.46 0.39 0.41
Hex 66 91 3F 1E 0 39 2B 5B 27 29
Octal 146 221 77 36 0 71 53 133 47 51
Binary 1100110 10010001 111111 11110 0 111001 101011 1011011 100111 101001

Color Harmonies of #66913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66913F

Black with #66913F

Text Example


Text Example

White with #66913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66913F; }

 p { color: rgb(102,145,63); }

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

background-color css

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

 a { background-color: rgb(102,145,63); }

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

border-color css

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

 span { border-color: rgb(102,145,63); }

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