Html Css Color HEX #6C7C21 Rain Forest

📋 copy color: '#6C7C21'

red 108 ◦ green 124 ◦ blue 33

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

Shades of Rain Forest #6C7C21

Tints of Rain Forest #6C7C21

RGB

 RED value IS 108 (42.58% from 255) = 40.75%

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 33 (13.28% from 255) = 12.45%

R = 40.75%
G = 46.79%
B = 12.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#6C7C21 (or 0x6C7C21) is known color: Rain Forest. HEX triplet: 6C, 7C and 21. RGB value is (108,124,33). Sum of RGB (Red+Green+Blue) = 108+124+33=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C21 is #9383DE. Grayscale: #6D6D6D. Windows color (decimal): -9667551 or 2194540. OLE color: 2194540.

HSL color Cylindrical-coordinate representation of color #6C7C21: hue angle of 70.55º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C7C21 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 33 -
CMYK 0.13 0 0.73 0.51
HSL 70.55º 0.58% 0.31% -
HSV(B) 70.55º 0.73% 0.49% -
XYZ 13.67 17.71 4.14 -
YUV 108.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 108 124 33 0.13 0 0.73 0.51 70.55 0.58 0.31
Hex 6C 7C 21 D 0 49 33 47 3A 1F
Octal 154 174 41 15 0 111 63 107 72 37
Binary 1101100 1111100 100001 1101 0 1001001 110011 1000111 111010 11111

Color Harmonies of #6C7C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C21

Black with #6C7C21

Text Example


Text Example

White with #6C7C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,124,33); }

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

background-color css

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

 a { background-color: rgb(108,124,33); }

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

border-color css

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

 span { border-color: rgb(108,124,33); }

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