Html Css Color HEX #6A782F Rain Forest

📋 copy color: '#6A782F'

red 106 ◦ green 120 ◦ blue 47

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

Shades of Rain Forest #6A782F

Tints of Rain Forest #6A782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.96%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 38.83%
G = 43.96%
B = 17.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#6A782F (or 0x6A782F) is known color: Rain Forest. HEX triplet: 6A, 78 and 2F. RGB value is (106,120,47). Sum of RGB (Red+Green+Blue) = 106+120+47=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #6A782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A782F is #9587D0. Grayscale: #6B6B6B. Windows color (decimal): -9799633 or 3111018. OLE color: 3111018.

HSL color Cylindrical-coordinate representation of color #6A782F: hue angle of 71.51º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A782F is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 47 -
CMYK 0.12 0 0.61 0.53
HSL 71.51º 0.44% 0.33% -
HSV(B) 71.51º 0.61% 0.47% -
XYZ 13.17 16.7 5.22 -
YUV 107.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 106 120 47 0.12 0 0.61 0.53 71.51 0.44 0.33
Hex 6A 78 2F C 0 3D 35 48 2C 21
Octal 152 170 57 14 0 75 65 110 54 41
Binary 1101010 1111000 101111 1100 0 111101 110101 1001000 101100 100001

Color Harmonies of #6A782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A782F

Black with #6A782F

Text Example


Text Example

White with #6A782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,47); }

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

background-color css

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

 a { background-color: rgb(106,120,47); }

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

border-color css

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

 span { border-color: rgb(106,120,47); }

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