Html Css Color HEX #6B854B Dingley

📋 copy color: '#6B854B'

red 107 ◦ green 133 ◦ blue 75

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

Shades of Dingley #6B854B

Tints of Dingley #6B854B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 33.97%
G = 42.22%
B = 23.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#6B854B (or 0x6B854B) is known color: Dingley. HEX triplet: 6B, 85 and 4B. RGB value is (107,133,75). Sum of RGB (Red+Green+Blue) = 107+133+75=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B854B is #947AB4. Grayscale: #767676. Windows color (decimal): -9730741 or 4949355. OLE color: 4949355.

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

Color convert

RGB 107 133 75 -
CMYK 0.20 0 0.44 0.48
HSL 86.9º 0.28% 0.41% -
HSV(B) 86.9º 0.44% 0.52% -
XYZ 15.72 20.41 9.77 -
YUV 118.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 107 133 75 0.20 0 0.44 0.48 86.9 0.28 0.41
Hex 6B 85 4B 14 0 2C 30 57 1C 29
Octal 153 205 113 24 0 54 60 127 34 51
Binary 1101011 10000101 1001011 10100 0 101100 110000 1010111 11100 101001

Color Harmonies of #6B854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B854B

Black with #6B854B

Text Example


Text Example

White with #6B854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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