Html Css Color HEX #6B914C Dingley

📋 copy color: '#6B914C'

red 107 ◦ green 145 ◦ blue 76

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

Shades of Dingley #6B914C

Tints of Dingley #6B914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 32.62%
G = 44.21%
B = 23.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#6B914C (or 0x6B914C) is known color: Dingley. HEX triplet: 6B, 91 and 4C. RGB value is (107,145,76). Sum of RGB (Red+Green+Blue) = 107+145+76=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B914C is #946EB3. Grayscale: #7E7E7E. Windows color (decimal): -9727668 or 5017963. OLE color: 5017963.

HSL color Cylindrical-coordinate representation of color #6B914C: hue angle of 93.04º degrees, saturation: 0.31, 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 #6B914C is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 76 -
CMYK 0.26 0 0.48 0.43
HSL 93.04º 0.31% 0.43% -
HSV(B) 93.04º 0.48% 0.57% -
XYZ 17.49 23.9 10.53 -
YUV 125.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 107 145 76 0.26 0 0.48 0.43 93.04 0.31 0.43
Hex 6B 91 4C 1A 0 30 2B 5D 1F 2B
Octal 153 221 114 32 0 60 53 135 37 53
Binary 1101011 10010001 1001100 11010 0 110000 101011 1011101 11111 101011

Color Harmonies of #6B914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B914C

Black with #6B914C

Text Example


Text Example

White with #6B914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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