Html Css Color HEX #6A7630 Rain Forest

📋 copy color: '#6A7630'

red 106 ◦ green 118 ◦ blue 48

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

Shades of Rain Forest #6A7630

Tints of Rain Forest #6A7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

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

R = 38.97%
G = 43.38%
B = 17.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#6A7630 (or 0x6A7630) is known color: Rain Forest. HEX triplet: 6A, 76 and 30. RGB value is (106,118,48). Sum of RGB (Red+Green+Blue) = 106+118+48=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7630 is #9589CF. Grayscale: #6A6A6A. Windows color (decimal): -9800144 or 3176042. OLE color: 3176042.

HSL color Cylindrical-coordinate representation of color #6A7630: hue angle of 70.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A7630 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 48 -
CMYK 0.10 0 0.59 0.54
HSL 70.29º 0.42% 0.33% -
HSV(B) 70.29º 0.59% 0.46% -
XYZ 12.96 16.23 5.25 -
YUV 106.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 106 118 48 0.10 0 0.59 0.54 70.29 0.42 0.33
Hex 6A 76 30 A 0 3B 36 46 2A 21
Octal 152 166 60 12 0 73 66 106 52 41
Binary 1101010 1110110 110000 1010 0 111011 110110 1000110 101010 100001

Color Harmonies of #6A7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7630

Black with #6A7630

Text Example


Text Example

White with #6A7630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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