Html Css Color HEX #68753D Woodland

📋 copy color: '#68753D'

red 104 ◦ green 117 ◦ blue 61

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

Shades of Woodland #68753D

Tints of Woodland #68753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 36.88%
G = 41.49%
B = 21.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#68753D (or 0x68753D) is known color: Woodland. HEX triplet: 68, 75 and 3D. RGB value is (104,117,61). Sum of RGB (Red+Green+Blue) = 104+117+61=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #68753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68753D is #978AC2. Grayscale: #6A6A6A. Windows color (decimal): -9931459 or 4027752. OLE color: 4027752.

HSL color Cylindrical-coordinate representation of color #68753D: hue angle of 73.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68753D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 61 -
CMYK 0.11 0 0.48 0.54
HSL 73.93º 0.31% 0.35% -
HSV(B) 73.93º 0.48% 0.46% -
XYZ 12.91 16 6.82 -
YUV 106.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 104 117 61 0.11 0 0.48 0.54 73.93 0.31 0.35
Hex 68 75 3D B 0 30 36 4A 1F 23
Octal 150 165 75 13 0 60 66 112 37 43
Binary 1101000 1110101 111101 1011 0 110000 110110 1001010 11111 100011

Color Harmonies of #68753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68753D

Black with #68753D

Text Example


Text Example

White with #68753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68753D; }

 p { color: rgb(104,117,61); }

 H1.HeaderClassName
 {
   color: #68753D;
 }
 .AnyTagClassName
 {
   color: #68753D;
 }
</style>

background-color css

<style>
 a { background-color: #68753D; }

 a { background-color: rgb(104,117,61); }

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

border-color css

<style>
 span { border-color: #68753D; }

 span { border-color: rgb(104,117,61); }

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