Html Css Color HEX #6D7430 Rain Forest

📋 copy color: '#6D7430'

red 109 ◦ green 116 ◦ blue 48

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

Shades of Rain Forest #6D7430

Tints of Rain Forest #6D7430

RGB

 RED value IS 109 (42.97% from 255) = 39.93%

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 39.93%
G = 42.49%
B = 17.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#6D7430 (or 0x6D7430) is known color: Rain Forest. HEX triplet: 6D, 74 and 30. RGB value is (109,116,48). Sum of RGB (Red+Green+Blue) = 109+116+48=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7430 is #928BCF. Grayscale: #6A6A6A. Windows color (decimal): -9604048 or 3175533. OLE color: 3175533.

HSL color Cylindrical-coordinate representation of color #6D7430: hue angle of 66.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D7430 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 48 -
CMYK 0.06 0 0.59 0.55
HSL 66.18º 0.41% 0.32% -
HSV(B) 66.18º 0.59% 0.45% -
XYZ 13.09 15.96 5.19 -
YUV 106.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 109 116 48 0.06 0 0.59 0.55 66.18 0.41 0.32
Hex 6D 74 30 6 0 3B 37 42 29 20
Octal 155 164 60 6 0 73 67 102 51 40
Binary 1101101 1110100 110000 110 0 111011 110111 1000010 101001 100000

Color Harmonies of #6D7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7430

Black with #6D7430

Text Example


Text Example

White with #6D7430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,48); }

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

background-color css

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

 a { background-color: rgb(109,116,48); }

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

border-color css

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

 span { border-color: rgb(109,116,48); }

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