Html Css Color HEX #6B7130 Rain Forest

📋 copy color: '#6B7130'

red 107 ◦ green 113 ◦ blue 48

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

Shades of Rain Forest #6B7130

Tints of Rain Forest #6B7130

RGB

 RED value IS 107 (42.19% from 255) = 39.93%

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 39.93%
G = 42.16%
B = 17.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6B7130 (or 0x6B7130) is known color: Rain Forest. HEX triplet: 6B, 71 and 30. RGB value is (107,113,48). Sum of RGB (Red+Green+Blue) = 107+113+48=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7130 is #948ECF. Grayscale: #686868. Windows color (decimal): -9735888 or 3174763. OLE color: 3174763.

HSL color Cylindrical-coordinate representation of color #6B7130: hue angle of 65.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7130 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 48 -
CMYK 0.05 0 0.58 0.56
HSL 65.54º 0.4% 0.32% -
HSV(B) 65.54º 0.58% 0.44% -
XYZ 12.5 15.15 5.06 -
YUV 103.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 107 113 48 0.05 0 0.58 0.56 65.54 0.4 0.32
Hex 6B 71 30 5 0 3A 38 42 28 20
Octal 153 161 60 5 0 72 70 102 50 40
Binary 1101011 1110001 110000 101 0 111010 111000 1000010 101000 100000

Color Harmonies of #6B7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7130

Black with #6B7130

Text Example


Text Example

White with #6B7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,48); }

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

background-color css

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

 a { background-color: rgb(107,113,48); }

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

border-color css

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

 span { border-color: rgb(107,113,48); }

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