Html Css Color HEX #6A7328 Rain Forest

📋 copy color: '#6A7328'

red 106 ◦ green 115 ◦ blue 40

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

Shades of Rain Forest #6A7328

Tints of Rain Forest #6A7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 40.61%
G = 44.06%
B = 15.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#6A7328 (or 0x6A7328) is known color: Rain Forest. HEX triplet: 6A, 73 and 28. RGB value is (106,115,40). Sum of RGB (Red+Green+Blue) = 106+115+40=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7328 is #958CD7. Grayscale: #686868. Windows color (decimal): -9800920 or 2650986. OLE color: 2650986.

HSL color Cylindrical-coordinate representation of color #6A7328: hue angle of 67.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A7328 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 115 40 -
CMYK 0.08 0 0.65 0.55
HSL 67.2º 0.48% 0.3% -
HSV(B) 67.2º 0.65% 0.45% -
XYZ 12.46 15.48 4.34 -
YUV 103.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 106 115 40 0.08 0 0.65 0.55 67.2 0.48 0.3
Hex 6A 73 28 8 0 41 37 43 30 1E
Octal 152 163 50 10 0 101 67 103 60 36
Binary 1101010 1110011 101000 1000 0 1000001 110111 1000011 110000 11110

Color Harmonies of #6A7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7328

Black with #6A7328

Text Example


Text Example

White with #6A7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,115,40); }

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

background-color css

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

 a { background-color: rgb(106,115,40); }

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

border-color css

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

 span { border-color: rgb(106,115,40); }

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