Html Css Color HEX #6F8011 Trendy Green

📋 copy color: '#6F8011'

red 111 ◦ green 128 ◦ blue 17

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

Shades of Trendy Green #6F8011

Tints of Trendy Green #6F8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 43.36%
G = 50%
B = 6.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#6F8011 (or 0x6F8011) is known color: Trendy Green. HEX triplet: 6F, 80 and 11. RGB value is (111,128,17). Sum of RGB (Red+Green+Blue) = 111+128+17=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #6F8011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8011 is #907FEE. Grayscale: #6E6E6E. Windows color (decimal): -9469935 or 1146991. OLE color: 1146991.

HSL color Cylindrical-coordinate representation of color #6F8011: hue angle of 69.19º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F8011 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 17 -
CMYK 0.13 0 0.87 0.50
HSL 69.19º 0.77% 0.28% -
HSV(B) 69.19º 0.87% 0.5% -
XYZ 14.38 18.86 3.41 -
YUV 110.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 111 128 17 0.13 0 0.87 0.50 69.19 0.77 0.28
Hex 6F 80 11 D 0 57 32 45 4D 1C
Octal 157 200 21 15 0 127 62 105 115 34
Binary 1101111 10000000 10001 1101 0 1010111 110010 1000101 1001101 11100

Color Harmonies of #6F8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8011

Black with #6F8011

Text Example


Text Example

White with #6F8011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,17); }

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

background-color css

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

 a { background-color: rgb(111,128,17); }

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

border-color css

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

 span { border-color: rgb(111,128,17); }

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