Html Css Color HEX #6A7133 Rain Forest

📋 copy color: '#6A7133'

red 106 ◦ green 113 ◦ blue 51

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

Shades of Rain Forest #6A7133

Tints of Rain Forest #6A7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 39.26%
G = 41.85%
B = 18.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6A7133 (or 0x6A7133) is known color: Rain Forest. HEX triplet: 6A, 71 and 33. RGB value is (106,113,51). Sum of RGB (Red+Green+Blue) = 106+113+51=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7133 is #958ECC. Grayscale: #686868. Windows color (decimal): -9801421 or 3371370. OLE color: 3371370.

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

Color convert

RGB 106 113 51 -
CMYK 0.06 0 0.55 0.56
HSL 66.77º 0.38% 0.32% -
HSV(B) 66.77º 0.55% 0.44% -
XYZ 12.45 15.11 5.39 -
YUV 103.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 106 113 51 0.06 0 0.55 0.56 66.77 0.38 0.32
Hex 6A 71 33 6 0 37 38 43 26 20
Octal 152 161 63 6 0 67 70 103 46 40
Binary 1101010 1110001 110011 110 0 110111 111000 1000011 100110 100000

Color Harmonies of #6A7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7133

Black with #6A7133

Text Example


Text Example

White with #6A7133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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