Html Css Color HEX #6A8D4B Dingley

📋 copy color: '#6A8D4B'

red 106 ◦ green 141 ◦ blue 75

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

Shades of Dingley #6A8D4B

Tints of Dingley #6A8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.79%

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

R = 32.92%
G = 43.79%
B = 23.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#6A8D4B (or 0x6A8D4B) is known color: Dingley. HEX triplet: 6A, 8D and 4B. RGB value is (106,141,75). Sum of RGB (Red+Green+Blue) = 106+141+75=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D4B is #9572B4. Grayscale: #7B7B7B. Windows color (decimal): -9794229 or 4951402. OLE color: 4951402.

HSL color Cylindrical-coordinate representation of color #6A8D4B: hue angle of 91.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A8D4B is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 141 75 -
CMYK 0.25 0 0.47 0.45
HSL 91.82º 0.31% 0.42% -
HSV(B) 91.82º 0.47% 0.55% -
XYZ 16.74 22.62 10.14 -
YUV 123.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 106 141 75 0.25 0 0.47 0.45 91.82 0.31 0.42
Hex 6A 8D 4B 19 0 2F 2D 5C 1F 2A
Octal 152 215 113 31 0 57 55 134 37 52
Binary 1101010 10001101 1001011 11001 0 101111 101101 1011100 11111 101010

Color Harmonies of #6A8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D4B

Black with #6A8D4B

Text Example


Text Example

White with #6A8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,141,75); }

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

background-color css

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

 a { background-color: rgb(106,141,75); }

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

border-color css

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

 span { border-color: rgb(106,141,75); }

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