Html Css Color HEX #6B7A3F Woodland

📋 copy color: '#6B7A3F'

red 107 ◦ green 122 ◦ blue 63

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

Shades of Woodland #6B7A3F

Tints of Woodland #6B7A3F

RGB

 RED value IS 107 (42.19% from 255) = 36.64%

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

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

R = 36.64%
G = 41.78%
B = 21.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#6B7A3F (or 0x6B7A3F) is known color: Woodland. HEX triplet: 6B, 7A and 3F. RGB value is (107,122,63). Sum of RGB (Red+Green+Blue) = 107+122+63=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A3F is #9485C0. Grayscale: #6F6F6F. Windows color (decimal): -9733569 or 4160107. OLE color: 4160107.

HSL color Cylindrical-coordinate representation of color #6B7A3F: hue angle of 75.25º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B7A3F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 122 63 -
CMYK 0.12 0 0.48 0.52
HSL 75.25º 0.32% 0.36% -
HSV(B) 75.25º 0.48% 0.48% -
XYZ 13.92 17.4 7.33 -
YUV 110.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 107 122 63 0.12 0 0.48 0.52 75.25 0.32 0.36
Hex 6B 7A 3F C 0 30 34 4B 20 24
Octal 153 172 77 14 0 60 64 113 40 44
Binary 1101011 1111010 111111 1100 0 110000 110100 1001011 100000 100100

Color Harmonies of #6B7A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7A3F

Black with #6B7A3F

Text Example


Text Example

White with #6B7A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,63); }

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

background-color css

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

 a { background-color: rgb(107,122,63); }

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

border-color css

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

 span { border-color: rgb(107,122,63); }

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