Html Css Color HEX #667A4F Dingley

📋 copy color: '#667A4F'

red 102 ◦ green 122 ◦ blue 79

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

Shades of Dingley #667A4F

Tints of Dingley #667A4F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.26%

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 33.66%
G = 40.26%
B = 26.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#667A4F (or 0x667A4F) is known color: Dingley. HEX triplet: 66, 7A and 4F. RGB value is (102,122,79). Sum of RGB (Red+Green+Blue) = 102+122+79=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #667A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A4F is #9985B0. Grayscale: #6F6F6F. Windows color (decimal): -10061233 or 5208678. OLE color: 5208678.

HSL color Cylindrical-coordinate representation of color #667A4F: hue angle of 87.91º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667A4F is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 122 79 -
CMYK 0.16 0 0.35 0.52
HSL 87.91º 0.21% 0.39% -
HSV(B) 87.91º 0.35% 0.48% -
XYZ 13.85 17.31 10.01 -
YUV 111.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 102 122 79 0.16 0 0.35 0.52 87.91 0.21 0.39
Hex 66 7A 4F 10 0 23 34 58 15 27
Octal 146 172 117 20 0 43 64 130 25 47
Binary 1100110 1111010 1001111 10000 0 100011 110100 1011000 10101 100111

Color Harmonies of #667A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A4F

Black with #667A4F

Text Example


Text Example

White with #667A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,79); }

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

background-color css

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

 a { background-color: rgb(102,122,79); }

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

border-color css

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

 span { border-color: rgb(102,122,79); }

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