Html Css Color HEX #6C7F3C Dingley

📋 copy color: '#6C7F3C'

red 108 ◦ green 127 ◦ blue 60

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

Shades of Dingley #6C7F3C

Tints of Dingley #6C7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 43.05%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 36.61%
G = 43.05%
B = 20.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#6C7F3C (or 0x6C7F3C) is known color: Dingley. HEX triplet: 6C, 7F and 3C. RGB value is (108,127,60). Sum of RGB (Red+Green+Blue) = 108+127+60=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F3C is #9380C3. Grayscale: #717171. Windows color (decimal): -9666756 or 3964780. OLE color: 3964780.

HSL color Cylindrical-coordinate representation of color #6C7F3C: hue angle of 77.01º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C7F3C is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 127 60 -
CMYK 0.15 0 0.53 0.50
HSL 77.01º 0.36% 0.37% -
HSV(B) 77.01º 0.53% 0.5% -
XYZ 14.59 18.69 7.11 -
YUV 113.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 108 127 60 0.15 0 0.53 0.50 77.01 0.36 0.37
Hex 6C 7F 3C F 0 35 32 4D 24 25
Octal 154 177 74 17 0 65 62 115 44 45
Binary 1101100 1111111 111100 1111 0 110101 110010 1001101 100100 100101

Color Harmonies of #6C7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F3C

Black with #6C7F3C

Text Example


Text Example

White with #6C7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,60); }

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

background-color css

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

 a { background-color: rgb(108,127,60); }

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

border-color css

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

 span { border-color: rgb(108,127,60); }

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