Html Css Color HEX #678A4B Dingley

📋 copy color: '#678A4B'

red 103 ◦ green 138 ◦ blue 75

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

Shades of Dingley #678A4B

Tints of Dingley #678A4B

RGB

 RED value IS 103 (40.63% from 255) = 32.59%

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 32.59%
G = 43.67%
B = 23.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#678A4B (or 0x678A4B) is known color: Dingley. HEX triplet: 67, 8A and 4B. RGB value is (103,138,75). Sum of RGB (Red+Green+Blue) = 103+138+75=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #678A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A4B is #9875B4. Grayscale: #787878. Windows color (decimal): -9991605 or 4950631. OLE color: 4950631.

HSL color Cylindrical-coordinate representation of color #678A4B: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678A4B is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 138 75 -
CMYK 0.25 0 0.46 0.46
HSL 93.33º 0.3% 0.42% -
HSV(B) 93.33º 0.46% 0.54% -
XYZ 15.95 21.57 9.98 -
YUV 120.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 103 138 75 0.25 0 0.46 0.46 93.33 0.3 0.42
Hex 67 8A 4B 19 0 2E 2E 5D 1E 2A
Octal 147 212 113 31 0 56 56 135 36 52
Binary 1100111 10001010 1001011 11001 0 101110 101110 1011101 11110 101010

Color Harmonies of #678A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A4B

Black with #678A4B

Text Example


Text Example

White with #678A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,138,75); }

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

background-color css

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

 a { background-color: rgb(103,138,75); }

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

border-color css

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

 span { border-color: rgb(103,138,75); }

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