Html Css Color HEX #6D914B Dingley

📋 copy color: '#6D914B'

red 109 ◦ green 145 ◦ blue 75

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

Shades of Dingley #6D914B

Tints of Dingley #6D914B

RGB

 RED value IS 109 (42.97% from 255) = 33.13%

 GREEN value IS 145 (57.03% from 255) = 44.07%

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

R = 33.13%
G = 44.07%
B = 22.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#6D914B (or 0x6D914B) is known color: Dingley. HEX triplet: 6D, 91 and 4B. RGB value is (109,145,75). Sum of RGB (Red+Green+Blue) = 109+145+75=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #6D914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D914B is #926EB4. Grayscale: #7E7E7E. Windows color (decimal): -9596597 or 4952429. OLE color: 4952429.

HSL color Cylindrical-coordinate representation of color #6D914B: hue angle of 90.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D914B is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 75 -
CMYK 0.25 0 0.48 0.43
HSL 90.86º 0.32% 0.43% -
HSV(B) 90.86º 0.48% 0.57% -
XYZ 17.7 24.01 10.36 -
YUV 126.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 109 145 75 0.25 0 0.48 0.43 90.86 0.32 0.43
Hex 6D 91 4B 19 0 30 2B 5B 20 2B
Octal 155 221 113 31 0 60 53 133 40 53
Binary 1101101 10010001 1001011 11001 0 110000 101011 1011011 100000 101011

Color Harmonies of #6D914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D914B

Black with #6D914B

Text Example


Text Example

White with #6D914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,75); }

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

background-color css

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

 a { background-color: rgb(109,145,75); }

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

border-color css

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

 span { border-color: rgb(109,145,75); }

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