Html Css Color HEX #6C7C3F Woodland

📋 copy color: '#6C7C3F'

red 108 ◦ green 124 ◦ blue 63

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

Shades of Woodland #6C7C3F

Tints of Woodland #6C7C3F

RGB

 RED value IS 108 (42.58% from 255) = 36.61%

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 63 (25% from 255) = 21.36%

R = 36.61%
G = 42.03%
B = 21.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#6C7C3F (or 0x6C7C3F) is known color: Woodland. HEX triplet: 6C, 7C and 3F. RGB value is (108,124,63). Sum of RGB (Red+Green+Blue) = 108+124+63=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C3F is #9383C0. Grayscale: #707070. Windows color (decimal): -9667521 or 4160620. OLE color: 4160620.

HSL color Cylindrical-coordinate representation of color #6C7C3F: hue angle of 75.74º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C7C3F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 63 -
CMYK 0.13 0 0.49 0.51
HSL 75.74º 0.33% 0.37% -
HSV(B) 75.74º 0.49% 0.49% -
XYZ 14.29 17.96 7.42 -
YUV 112.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 108 124 63 0.13 0 0.49 0.51 75.74 0.33 0.37
Hex 6C 7C 3F D 0 31 33 4C 21 25
Octal 154 174 77 15 0 61 63 114 41 45
Binary 1101100 1111100 111111 1101 0 110001 110011 1001100 100001 100101

Color Harmonies of #6C7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C3F

Black with #6C7C3F

Text Example


Text Example

White with #6C7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7C3F; }

 p { color: rgb(108,124,63); }

 H1.HeaderClassName
 {
   color: #6C7C3F;
 }
 .AnyTagClassName
 {
   color: #6C7C3F;
 }
</style>

background-color css

<style>
 a { background-color: #6C7C3F; }

 a { background-color: rgb(108,124,63); }

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

border-color css

<style>
 span { border-color: #6C7C3F; }

 span { border-color: rgb(108,124,63); }

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