Html Css Color HEX #6A763A Rain Forest

📋 copy color: '#6A763A'

red 106 ◦ green 118 ◦ blue 58

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

Shades of Rain Forest #6A763A

Tints of Rain Forest #6A763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 37.59%
G = 41.84%
B = 20.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#6A763A (or 0x6A763A) is known color: Rain Forest. HEX triplet: 6A, 76 and 3A. RGB value is (106,118,58). Sum of RGB (Red+Green+Blue) = 106+118+58=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763A is #9589C5. Grayscale: #6B6B6B. Windows color (decimal): -9800134 or 3831402. OLE color: 3831402.

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

Color convert

RGB 106 118 58 -
CMYK 0.10 0 0.51 0.54
HSL 72º 0.34% 0.35% -
HSV(B) 72º 0.51% 0.46% -
XYZ 13.19 16.33 6.46 -
YUV 107.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 106 118 58 0.10 0 0.51 0.54 72 0.34 0.35
Hex 6A 76 3A A 0 33 36 48 22 23
Octal 152 166 72 12 0 63 66 110 42 43
Binary 1101010 1110110 111010 1010 0 110011 110110 1001000 100010 100011

Color Harmonies of #6A763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A763A

Black with #6A763A

Text Example


Text Example

White with #6A763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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