Html Css Color HEX #6F8948 Dingley

📋 copy color: '#6F8948'

red 111 ◦ green 137 ◦ blue 72

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

Shades of Dingley #6F8948

Tints of Dingley #6F8948

RGB

 RED value IS 111 (43.75% from 255) = 34.69%

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 34.69%
G = 42.81%
B = 22.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#6F8948 (or 0x6F8948) is known color: Dingley. HEX triplet: 6F, 89 and 48. RGB value is (111,137,72). Sum of RGB (Red+Green+Blue) = 111+137+72=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8948 is #9076B7. Grayscale: #7A7A7A. Windows color (decimal): -9467576 or 4753775. OLE color: 4753775.

HSL color Cylindrical-coordinate representation of color #6F8948: hue angle of 84º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F8948 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 72 -
CMYK 0.19 0 0.47 0.46
HSL 84º 0.31% 0.41% -
HSV(B) 84º 0.47% 0.54% -
XYZ 16.67 21.74 9.45 -
YUV 121.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 111 137 72 0.19 0 0.47 0.46 84 0.31 0.41
Hex 6F 89 48 13 0 2F 2E 54 1F 29
Octal 157 211 110 23 0 57 56 124 37 51
Binary 1101111 10001001 1001000 10011 0 101111 101110 1010100 11111 101001

Color Harmonies of #6F8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8948

Black with #6F8948

Text Example


Text Example

White with #6F8948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,72); }

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

background-color css

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

 a { background-color: rgb(111,137,72); }

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

border-color css

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

 span { border-color: rgb(111,137,72); }

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