Html Css Color HEX #626F42 Woodland

📋 copy color: '#626F42'

red 98 ◦ green 111 ◦ blue 66

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

Shades of Woodland #626F42

Tints of Woodland #626F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 35.64%
G = 40.36%
B = 24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#626F42 (or 0x626F42) is known color: Woodland. HEX triplet: 62, 6F and 42. RGB value is (98,111,66). Sum of RGB (Red+Green+Blue) = 98+111+66=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #626F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F42 is #9D90BD. Grayscale: #666666. Windows color (decimal): -10326206 or 4353890. OLE color: 4353890.

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

Color convert

RGB 98 111 66 -
CMYK 0.12 0 0.41 0.56
HSL 77.33º 0.25% 0.35% -
HSV(B) 77.33º 0.41% 0.44% -
XYZ 11.7 14.36 7.31 -
YUV 101.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 98 111 66 0.12 0 0.41 0.56 77.33 0.25 0.35
Hex 62 6F 42 C 0 29 38 4D 19 23
Octal 142 157 102 14 0 51 70 115 31 43
Binary 1100010 1101111 1000010 1100 0 101001 111000 1001101 11001 100011

Color Harmonies of #626F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F42

Black with #626F42

Text Example


Text Example

White with #626F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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