Html Css Color HEX #6A874F Dingley

📋 copy color: '#6A874F'

red 106 ◦ green 135 ◦ blue 79

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

Shades of Dingley #6A874F

Tints of Dingley #6A874F

RGB

 RED value IS 106 (41.8% from 255) = 33.13%

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 33.13%
G = 42.19%
B = 24.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#6A874F (or 0x6A874F) is known color: Dingley. HEX triplet: 6A, 87 and 4F. RGB value is (106,135,79). Sum of RGB (Red+Green+Blue) = 106+135+79=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #6A874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A874F is #9578B0. Grayscale: #787878. Windows color (decimal): -9795761 or 5212010. OLE color: 5212010.

HSL color Cylindrical-coordinate representation of color #6A874F: hue angle of 91.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A874F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 135 79 -
CMYK 0.21 0 0.41 0.47
HSL 91.07º 0.26% 0.42% -
HSV(B) 91.07º 0.41% 0.53% -
XYZ 16.02 20.96 10.6 -
YUV 119.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 106 135 79 0.21 0 0.41 0.47 91.07 0.26 0.42
Hex 6A 87 4F 15 0 29 2F 5B 1A 2A
Octal 152 207 117 25 0 51 57 133 32 52
Binary 1101010 10000111 1001111 10101 0 101001 101111 1011011 11010 101010

Color Harmonies of #6A874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A874F

Black with #6A874F

Text Example


Text Example

White with #6A874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,79); }

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

background-color css

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

 a { background-color: rgb(106,135,79); }

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

border-color css

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

 span { border-color: rgb(106,135,79); }

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