Html Css Color HEX #6C8011 Fiji Green

📋 copy color: '#6C8011'

red 108 ◦ green 128 ◦ blue 17

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

Shades of Fiji Green #6C8011

Tints of Fiji Green #6C8011

RGB

 RED value IS 108 (42.58% from 255) = 42.69%

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

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

R = 42.69%
G = 50.59%
B = 6.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#6C8011 (or 0x6C8011) is known color: Fiji Green. HEX triplet: 6C, 80 and 11. RGB value is (108,128,17). Sum of RGB (Red+Green+Blue) = 108+128+17=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8011 is #937FEE. Grayscale: #6D6D6D. Windows color (decimal): -9666543 or 1146988. OLE color: 1146988.

HSL color Cylindrical-coordinate representation of color #6C8011: hue angle of 70.81º 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 #6C8011 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 17 -
CMYK 0.16 0 0.87 0.50
HSL 70.81º 0.77% 0.28% -
HSV(B) 70.81º 0.87% 0.5% -
XYZ 14 18.67 3.4 -
YUV 109.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 108 128 17 0.16 0 0.87 0.50 70.81 0.77 0.28
Hex 6C 80 11 10 0 57 32 47 4D 1C
Octal 154 200 21 20 0 127 62 107 115 34
Binary 1101100 10000000 10001 10000 0 1010111 110010 1000111 1001101 11100

Color Harmonies of #6C8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8011

Black with #6C8011

Text Example


Text Example

White with #6C8011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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