Html Css Color HEX #6F8010 Trendy Green

📋 copy color: '#6F8010'

red 111 ◦ green 128 ◦ blue 16

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

Shades of Trendy Green #6F8010

Tints of Trendy Green #6F8010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 43.53%
G = 50.2%
B = 6.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#6F8010 (or 0x6F8010) is known color: Trendy Green. HEX triplet: 6F, 80 and 10. RGB value is (111,128,16). Sum of RGB (Red+Green+Blue) = 111+128+16=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #6F8010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8010 is #907FEF. Grayscale: #6E6E6E. Windows color (decimal): -9469936 or 1081455. OLE color: 1081455.

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

Color convert

RGB 111 128 16 -
CMYK 0.13 0 0.88 0.50
HSL 69.11º 0.78% 0.28% -
HSV(B) 69.11º 0.88% 0.5% -
XYZ 14.37 18.86 3.37 -
YUV 110.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 111 128 16 0.13 0 0.88 0.50 69.11 0.78 0.28
Hex 6F 80 10 D 0 58 32 45 4E 1C
Octal 157 200 20 15 0 130 62 105 116 34
Binary 1101111 10000000 10000 1101 0 1011000 110010 1000101 1001110 11100

Color Harmonies of #6F8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8010

Black with #6F8010

Text Example


Text Example

White with #6F8010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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