Html Css Color HEX #6B854F Dingley

📋 copy color: '#6B854F'

red 107 ◦ green 133 ◦ blue 79

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

Shades of Dingley #6B854F

Tints of Dingley #6B854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 33.54%
G = 41.69%
B = 24.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#6B854F (or 0x6B854F) is known color: Dingley. HEX triplet: 6B, 85 and 4F. RGB value is (107,133,79). Sum of RGB (Red+Green+Blue) = 107+133+79=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B854F is #947AB0. Grayscale: #777777. Windows color (decimal): -9730737 or 5211499. OLE color: 5211499.

HSL color Cylindrical-coordinate representation of color #6B854F: hue angle of 88.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B854F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 79 -
CMYK 0.20 0 0.41 0.48
HSL 88.89º 0.25% 0.42% -
HSV(B) 88.89º 0.41% 0.52% -
XYZ 15.86 20.47 10.51 -
YUV 119.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 107 133 79 0.20 0 0.41 0.48 88.89 0.25 0.42
Hex 6B 85 4F 14 0 29 30 59 19 2A
Octal 153 205 117 24 0 51 60 131 31 52
Binary 1101011 10000101 1001111 10100 0 101001 110000 1011001 11001 101010

Color Harmonies of #6B854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B854F

Black with #6B854F

Text Example


Text Example

White with #6B854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,79); }

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

background-color css

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

 a { background-color: rgb(107,133,79); }

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

border-color css

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

 span { border-color: rgb(107,133,79); }

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