Html Css Color HEX #6B8C3C Dingley

📋 copy color: '#6B8C3C'

red 107 ◦ green 140 ◦ blue 60

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

Shades of Dingley #6B8C3C

Tints of Dingley #6B8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

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

R = 34.85%
G = 45.6%
B = 19.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#6B8C3C (or 0x6B8C3C) is known color: Dingley. HEX triplet: 6B, 8C and 3C. RGB value is (107,140,60). Sum of RGB (Red+Green+Blue) = 107+140+60=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8C3C is #9473C3. Grayscale: #797979. Windows color (decimal): -9728964 or 3968107. OLE color: 3968107.

HSL color Cylindrical-coordinate representation of color #6B8C3C: hue angle of 84.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B8C3C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 140 60 -
CMYK 0.24 0 0.57 0.45
HSL 84.75º 0.4% 0.39% -
HSV(B) 84.75º 0.57% 0.55% -
XYZ 16.26 22.21 7.7 -
YUV 121.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 107 140 60 0.24 0 0.57 0.45 84.75 0.4 0.39
Hex 6B 8C 3C 18 0 39 2D 55 28 27
Octal 153 214 74 30 0 71 55 125 50 47
Binary 1101011 10001100 111100 11000 0 111001 101101 1010101 101000 100111

Color Harmonies of #6B8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8C3C

Black with #6B8C3C

Text Example


Text Example

White with #6B8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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