Html Css Color HEX #626F40 Woodland

📋 copy color: '#626F40'

red 98 ◦ green 111 ◦ blue 64

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

Shades of Woodland #626F40

Tints of Woodland #626F40

RGB

 RED value IS 98 (38.67% from 255) = 35.9%

 GREEN value IS 111 (43.75% from 255) = 40.66%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 35.9%
G = 40.66%
B = 23.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#626F40 (or 0x626F40) is known color: Woodland. HEX triplet: 62, 6F and 40. RGB value is (98,111,64). Sum of RGB (Red+Green+Blue) = 98+111+64=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #626F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F40 is #9D90BF. Grayscale: #656565. Windows color (decimal): -10326208 or 4222818. OLE color: 4222818.

HSL color Cylindrical-coordinate representation of color #626F40: hue angle of 76.6º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626F40 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 111 64 -
CMYK 0.12 0 0.42 0.56
HSL 76.6º 0.27% 0.34% -
HSV(B) 76.6º 0.42% 0.44% -
XYZ 11.65 14.34 7 -
YUV 101.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 98 111 64 0.12 0 0.42 0.56 76.6 0.27 0.34
Hex 62 6F 40 C 0 2A 38 4D 1B 22
Octal 142 157 100 14 0 52 70 115 33 42
Binary 1100010 1101111 1000000 1100 0 101010 111000 1001101 11011 100010

Color Harmonies of #626F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F40

Black with #626F40

Text Example


Text Example

White with #626F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626F40; }

 p { color: rgb(98,111,64); }

 H1.HeaderClassName
 {
   color: #626F40;
 }
 .AnyTagClassName
 {
   color: #626F40;
 }
</style>

background-color css

<style>
 a { background-color: #626F40; }

 a { background-color: rgb(98,111,64); }

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

border-color css

<style>
 span { border-color: #626F40; }

 span { border-color: rgb(98,111,64); }

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