Html Css Color HEX #62703B Woodland

📋 copy color: '#62703B'

red 98 ◦ green 112 ◦ blue 59

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

Shades of Woodland #62703B

Tints of Woodland #62703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 36.43%
G = 41.64%
B = 21.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#62703B (or 0x62703B) is known color: Woodland. HEX triplet: 62, 70 and 3B. RGB value is (98,112,59). Sum of RGB (Red+Green+Blue) = 98+112+59=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #62703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62703B is #9D8FC4. Grayscale: #656565. Windows color (decimal): -10325957 or 3895394. OLE color: 3895394.

HSL color Cylindrical-coordinate representation of color #62703B: hue angle of 75.85º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62703B is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 59 -
CMYK 0.13 0 0.47 0.56
HSL 75.85º 0.31% 0.34% -
HSV(B) 75.85º 0.47% 0.44% -
XYZ 11.62 14.5 6.32 -
YUV 101.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 98 112 59 0.13 0 0.47 0.56 75.85 0.31 0.34
Hex 62 70 3B D 0 2F 38 4C 1F 22
Octal 142 160 73 15 0 57 70 114 37 42
Binary 1100010 1110000 111011 1101 0 101111 111000 1001100 11111 100010

Color Harmonies of #62703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62703B

Black with #62703B

Text Example


Text Example

White with #62703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62703B; }

 p { color: rgb(98,112,59); }

 H1.HeaderClassName
 {
   color: #62703B;
 }
 .AnyTagClassName
 {
   color: #62703B;
 }
</style>

background-color css

<style>
 a { background-color: #62703B; }

 a { background-color: rgb(98,112,59); }

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

border-color css

<style>
 span { border-color: #62703B; }

 span { border-color: rgb(98,112,59); }

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