Html Css Color HEX #667F52 Dingley

📋 copy color: '#667F52'

red 102 ◦ green 127 ◦ blue 82

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

Shades of Dingley #667F52

Tints of Dingley #667F52

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 32.8%
G = 40.84%
B = 26.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#667F52 (or 0x667F52) is known color: Dingley. HEX triplet: 66, 7F and 52. RGB value is (102,127,82). Sum of RGB (Red+Green+Blue) = 102+127+82=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #667F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F52 is #9980AD. Grayscale: #727272. Windows color (decimal): -10059950 or 5406566. OLE color: 5406566.

HSL color Cylindrical-coordinate representation of color #667F52: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667F52 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 127 82 -
CMYK 0.20 0 0.35 0.50
HSL 93.33º 0.22% 0.41% -
HSV(B) 93.33º 0.35% 0.5% -
XYZ 14.59 18.61 10.81 -
YUV 114.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 102 127 82 0.20 0 0.35 0.50 93.33 0.22 0.41
Hex 66 7F 52 14 0 23 32 5D 16 29
Octal 146 177 122 24 0 43 62 135 26 51
Binary 1100110 1111111 1010010 10100 0 100011 110010 1011101 10110 101001

Color Harmonies of #667F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F52

Black with #667F52

Text Example


Text Example

White with #667F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667F52; }

 p { color: rgb(102,127,82); }

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

background-color css

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

 a { background-color: rgb(102,127,82); }

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

border-color css

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

 span { border-color: rgb(102,127,82); }

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