Html Css Color HEX #6B7F3C Dingley

📋 copy color: '#6B7F3C'

red 107 ◦ green 127 ◦ blue 60

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

Shades of Dingley #6B7F3C

Tints of Dingley #6B7F3C

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

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

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

R = 36.39%
G = 43.2%
B = 20.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#6B7F3C (or 0x6B7F3C) is known color: Dingley. HEX triplet: 6B, 7F and 3C. RGB value is (107,127,60). Sum of RGB (Red+Green+Blue) = 107+127+60=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7F3C is #9480C3. Grayscale: #717171. Windows color (decimal): -9732292 or 3964779. OLE color: 3964779.

HSL color Cylindrical-coordinate representation of color #6B7F3C: hue angle of 77.91º 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 #6B7F3C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 127 60 -
CMYK 0.16 0 0.53 0.50
HSL 77.91º 0.36% 0.37% -
HSV(B) 77.91º 0.53% 0.5% -
XYZ 14.47 18.63 7.11 -
YUV 113.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 107 127 60 0.16 0 0.53 0.50 77.91 0.36 0.37
Hex 6B 7F 3C 10 0 35 32 4E 24 25
Octal 153 177 74 20 0 65 62 116 44 45
Binary 1101011 1111111 111100 10000 0 110101 110010 1001110 100100 100101

Color Harmonies of #6B7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F3C

Black with #6B7F3C

Text Example


Text Example

White with #6B7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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