Html Css Color HEX #6B914A Dingley

📋 copy color: '#6B914A'

red 107 ◦ green 145 ◦ blue 74

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

Shades of Dingley #6B914A

Tints of Dingley #6B914A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 32.82%
G = 44.48%
B = 22.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#6B914A (or 0x6B914A) is known color: Dingley. HEX triplet: 6B, 91 and 4A. RGB value is (107,145,74). Sum of RGB (Red+Green+Blue) = 107+145+74=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B914A is #946EB5. Grayscale: #7D7D7D. Windows color (decimal): -9727670 or 4886891. OLE color: 4886891.

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

Color convert

RGB 107 145 74 -
CMYK 0.26 0 0.49 0.43
HSL 92.11º 0.32% 0.43% -
HSV(B) 92.11º 0.49% 0.57% -
XYZ 17.42 23.87 10.17 -
YUV 125.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 107 145 74 0.26 0 0.49 0.43 92.11 0.32 0.43
Hex 6B 91 4A 1A 0 31 2B 5C 20 2B
Octal 153 221 112 32 0 61 53 134 40 53
Binary 1101011 10010001 1001010 11010 0 110001 101011 1011100 100000 101011

Color Harmonies of #6B914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B914A

Black with #6B914A

Text Example


Text Example

White with #6B914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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