Html Css Color HEX #68764B Dingley

📋 copy color: '#68764B'

red 104 ◦ green 118 ◦ blue 75

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

Shades of Dingley #68764B

Tints of Dingley #68764B

RGB

 RED value IS 104 (41.02% from 255) = 35.02%

 GREEN value IS 118 (46.48% from 255) = 39.73%

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

R = 35.02%
G = 39.73%
B = 25.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#68764B (or 0x68764B) is known color: Dingley. HEX triplet: 68, 76 and 4B. RGB value is (104,118,75). Sum of RGB (Red+Green+Blue) = 104+118+75=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #68764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68764B is #9789B4. Grayscale: #6D6D6D. Windows color (decimal): -9931189 or 4945512. OLE color: 4945512.

HSL color Cylindrical-coordinate representation of color #68764B: hue angle of 79.53º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68764B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 75 -
CMYK 0.12 0 0.36 0.54
HSL 79.53º 0.22% 0.38% -
HSV(B) 79.53º 0.36% 0.46% -
XYZ 13.46 16.41 9.11 -
YUV 108.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 104 118 75 0.12 0 0.36 0.54 79.53 0.22 0.38
Hex 68 76 4B C 0 24 36 50 16 26
Octal 150 166 113 14 0 44 66 120 26 46
Binary 1101000 1110110 1001011 1100 0 100100 110110 1010000 10110 100110

Color Harmonies of #68764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68764B

Black with #68764B

Text Example


Text Example

White with #68764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68764B; }

 p { color: rgb(104,118,75); }

 H1.HeaderClassName
 {
   color: #68764B;
 }
 .AnyTagClassName
 {
   color: #68764B;
 }
</style>

background-color css

<style>
 a { background-color: #68764B; }

 a { background-color: rgb(104,118,75); }

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

border-color css

<style>
 span { border-color: #68764B; }

 span { border-color: rgb(104,118,75); }

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