Html Css Color HEX #63702F Rain Forest

📋 copy color: '#63702F'

red 99 ◦ green 112 ◦ blue 47

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

Shades of Rain Forest #63702F

Tints of Rain Forest #63702F

RGB

 RED value IS 99 (39.06% from 255) = 38.37%

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 38.37%
G = 43.41%
B = 18.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#63702F (or 0x63702F) is known color: Rain Forest. HEX triplet: 63, 70 and 2F. RGB value is (99,112,47). Sum of RGB (Red+Green+Blue) = 99+112+47=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #63702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63702F is #9C8FD0. Grayscale: #646464. Windows color (decimal): -10260433 or 3108963. OLE color: 3108963.

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

Color convert

RGB 99 112 47 -
CMYK 0.12 0 0.58 0.56
HSL 72º 0.41% 0.31% -
HSV(B) 72º 0.58% 0.44% -
XYZ 11.45 14.45 4.87 -
YUV 100.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 99 112 47 0.12 0 0.58 0.56 72 0.41 0.31
Hex 63 70 2F C 0 3A 38 48 29 1F
Octal 143 160 57 14 0 72 70 110 51 37
Binary 1100011 1110000 101111 1100 0 111010 111000 1001000 101001 11111

Color Harmonies of #63702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63702F

Black with #63702F

Text Example


Text Example

White with #63702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63702F; }

 p { color: rgb(99,112,47); }

 H1.HeaderClassName
 {
   color: #63702F;
 }
 .AnyTagClassName
 {
   color: #63702F;
 }
</style>

background-color css

<style>
 a { background-color: #63702F; }

 a { background-color: rgb(99,112,47); }

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

border-color css

<style>
 span { border-color: #63702F; }

 span { border-color: rgb(99,112,47); }

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