Html Css Color HEX #6A7130 Rain Forest

📋 copy color: '#6A7130'

red 106 ◦ green 113 ◦ blue 48

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

Shades of Rain Forest #6A7130

Tints of Rain Forest #6A7130

RGB

 RED value IS 106 (41.8% from 255) = 39.7%

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

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

R = 39.7%
G = 42.32%
B = 17.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6A7130 (or 0x6A7130) is known color: Rain Forest. HEX triplet: 6A, 71 and 30. RGB value is (106,113,48). Sum of RGB (Red+Green+Blue) = 106+113+48=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7130 is #958ECF. Grayscale: #676767. Windows color (decimal): -9801424 or 3174762. OLE color: 3174762.

HSL color Cylindrical-coordinate representation of color #6A7130: hue angle of 66.46º 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 #6A7130 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 48 -
CMYK 0.06 0 0.58 0.56
HSL 66.46º 0.4% 0.32% -
HSV(B) 66.46º 0.58% 0.44% -
XYZ 12.38 15.09 5.06 -
YUV 103.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 106 113 48 0.06 0 0.58 0.56 66.46 0.4 0.32
Hex 6A 71 30 6 0 3A 38 42 28 20
Octal 152 161 60 6 0 72 70 102 50 40
Binary 1101010 1110001 110000 110 0 111010 111000 1000010 101000 100000

Color Harmonies of #6A7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7130

Black with #6A7130

Text Example


Text Example

White with #6A7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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