Html Css Color HEX #6B9142 Dingley

📋 copy color: '#6B9142'

red 107 ◦ green 145 ◦ blue 66

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

Shades of Dingley #6B9142

Tints of Dingley #6B9142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 33.65%
G = 45.6%
B = 20.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#6B9142 (or 0x6B9142) is known color: Dingley. HEX triplet: 6B, 91 and 42. RGB value is (107,145,66). Sum of RGB (Red+Green+Blue) = 107+145+66=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9142 is #946EBD. Grayscale: #7C7C7C. Windows color (decimal): -9727678 or 4362603. OLE color: 4362603.

HSL color Cylindrical-coordinate representation of color #6B9142: hue angle of 88.86º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B9142 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 66 -
CMYK 0.26 0 0.54 0.43
HSL 88.86º 0.37% 0.41% -
HSV(B) 88.86º 0.54% 0.57% -
XYZ 17.17 23.77 8.84 -
YUV 124.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 107 145 66 0.26 0 0.54 0.43 88.86 0.37 0.41
Hex 6B 91 42 1A 0 36 2B 59 25 29
Octal 153 221 102 32 0 66 53 131 45 51
Binary 1101011 10010001 1000010 11010 0 110110 101011 1011001 100101 101001

Color Harmonies of #6B9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9142

Black with #6B9142

Text Example


Text Example

White with #6B9142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,66); }

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

background-color css

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

 a { background-color: rgb(107,145,66); }

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

border-color css

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

 span { border-color: rgb(107,145,66); }

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