Html Css Color HEX #667A4B Dingley

📋 copy color: '#667A4B'

red 102 ◦ green 122 ◦ blue 75

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

Shades of Dingley #667A4B

Tints of Dingley #667A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 34.11%
G = 40.8%
B = 25.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#667A4B (or 0x667A4B) is known color: Dingley. HEX triplet: 66, 7A and 4B. RGB value is (102,122,75). Sum of RGB (Red+Green+Blue) = 102+122+75=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #667A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667A4B is #9985B4. Grayscale: #6E6E6E. Windows color (decimal): -10061237 or 4946534. OLE color: 4946534.

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

Color convert

RGB 102 122 75 -
CMYK 0.16 0 0.39 0.52
HSL 85.53º 0.24% 0.39% -
HSV(B) 85.53º 0.39% 0.48% -
XYZ 13.71 17.25 9.26 -
YUV 110.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 102 122 75 0.16 0 0.39 0.52 85.53 0.24 0.39
Hex 66 7A 4B 10 0 27 34 56 18 27
Octal 146 172 113 20 0 47 64 126 30 47
Binary 1100110 1111010 1001011 10000 0 100111 110100 1010110 11000 100111

Color Harmonies of #667A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A4B

Black with #667A4B

Text Example


Text Example

White with #667A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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