Html Css Color HEX #677D2A Rain Forest

📋 copy color: '#677D2A'

red 103 ◦ green 125 ◦ blue 42

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

Shades of Rain Forest #677D2A

Tints of Rain Forest #677D2A

RGB

 RED value IS 103 (40.63% from 255) = 38.15%

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 38.15%
G = 46.3%
B = 15.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#677D2A (or 0x677D2A) is known color: Rain Forest. HEX triplet: 67, 7D and 2A. RGB value is (103,125,42). Sum of RGB (Red+Green+Blue) = 103+125+42=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #677D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677D2A is #9882D5. Grayscale: #6D6D6D. Windows color (decimal): -9994966 or 2784615. OLE color: 2784615.

HSL color Cylindrical-coordinate representation of color #677D2A: hue angle of 75.9º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #677D2A is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 125 42 -
CMYK 0.18 0 0.66 0.51
HSL 75.9º 0.5% 0.33% -
HSV(B) 75.9º 0.66% 0.49% -
XYZ 13.35 17.72 4.91 -
YUV 108.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 103 125 42 0.18 0 0.66 0.51 75.9 0.5 0.33
Hex 67 7D 2A 12 0 42 33 4C 32 21
Octal 147 175 52 22 0 102 63 114 62 41
Binary 1100111 1111101 101010 10010 0 1000010 110011 1001100 110010 100001

Color Harmonies of #677D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D2A

Black with #677D2A

Text Example


Text Example

White with #677D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677D2A; }

 p { color: rgb(103,125,42); }

 H1.HeaderClassName
 {
   color: #677D2A;
 }
 .AnyTagClassName
 {
   color: #677D2A;
 }
</style>

background-color css

<style>
 a { background-color: #677D2A; }

 a { background-color: rgb(103,125,42); }

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

border-color css

<style>
 span { border-color: #677D2A; }

 span { border-color: rgb(103,125,42); }

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