Html Css Color HEX #6F763D Woodland

📋 copy color: '#6F763D'

red 111 ◦ green 118 ◦ blue 61

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

Shades of Woodland #6F763D

Tints of Woodland #6F763D

RGB

 RED value IS 111 (43.75% from 255) = 38.28%

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

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

R = 38.28%
G = 40.69%
B = 21.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#6F763D (or 0x6F763D) is known color: Woodland. HEX triplet: 6F, 76 and 3D. RGB value is (111,118,61). Sum of RGB (Red+Green+Blue) = 111+118+61=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #6F763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F763D is #9089C2. Grayscale: #6D6D6D. Windows color (decimal): -9472451 or 4028015. OLE color: 4028015.

HSL color Cylindrical-coordinate representation of color #6F763D: hue angle of 67.37º degrees, saturation: 0.32, 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 #6F763D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 61 -
CMYK 0.06 0 0.48 0.54
HSL 67.37º 0.32% 0.35% -
HSV(B) 67.37º 0.48% 0.46% -
XYZ 13.88 16.67 6.9 -
YUV 109.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 111 118 61 0.06 0 0.48 0.54 67.37 0.32 0.35
Hex 6F 76 3D 6 0 30 36 43 20 23
Octal 157 166 75 6 0 60 66 103 40 43
Binary 1101111 1110110 111101 110 0 110000 110110 1000011 100000 100011

Color Harmonies of #6F763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F763D

Black with #6F763D

Text Example


Text Example

White with #6F763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,61); }

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

background-color css

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

 a { background-color: rgb(111,118,61); }

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

border-color css

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

 span { border-color: rgb(111,118,61); }

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