Html Css Color HEX #6B914B Dingley

📋 copy color: '#6B914B'

red 107 ◦ green 145 ◦ blue 75

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

Shades of Dingley #6B914B

Tints of Dingley #6B914B

RGB

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

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

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

R = 32.72%
G = 44.34%
B = 22.94%

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

#6B914B (or 0x6B914B) is known color: Dingley. HEX triplet: 6B, 91 and 4B. RGB value is (107,145,75). Sum of RGB (Red+Green+Blue) = 107+145+75=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B914B is #946EB4. Grayscale: #7D7D7D. Windows color (decimal): -9727669 or 4952427. OLE color: 4952427.

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

Color convert

RGB 107 145 75 -
CMYK 0.26 0 0.48 0.43
HSL 92.57º 0.32% 0.43% -
HSV(B) 92.57º 0.48% 0.57% -
XYZ 17.46 23.88 10.35 -
YUV 125.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 107 145 75 0.26 0 0.48 0.43 92.57 0.32 0.43
Hex 6B 91 4B 1A 0 30 2B 5D 20 2B
Octal 153 221 113 32 0 60 53 135 40 53
Binary 1101011 10010001 1001011 11010 0 110000 101011 1011101 100000 101011

Color Harmonies of #6B914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B914B

Black with #6B914B

Text Example


Text Example

White with #6B914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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