#676B11

Color #676B11 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #676B11

Tints of Fiji Green #676B11

Color information

#676B11 (or 0x676B11) is unknown color: approx Fiji Green. HEX triplet: 67, 6B and 11. RGB value is (103,107,17). Sum of RGB (Red+Green+Blue) = 103+107+17=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #676B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676B11 is #9894EE. Grayscale: #5F5F5F. Windows color (decimal): -9999599 or 1141607. OLE color: 1141607.

HSL color Cylindrical-coordinate representation of color #676B11: hue angle of 62.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #676B11 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB10310717-
CMYK0.0400.840.58
HSL62.67º72.58%24.31%-
HSV(B)62.67º84.11%41.96%-
XYZ10.9513.442.55-
YUV95.5483.67133.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=45.37%
G=47.14%
B=7.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107170.0400.840.5862.6772.5824.31
Hex676B1140543A3f4918
Octal1471532140124727711130
Binary110011111010111000110001010100111010111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B11; }

 p { color: rgb(103,107,17); }

 H1.HeaderClassName
 {
   color: #676B11;
 }
 .AnyTagClassName
 {
   color: #676B11;
 }
</style>
background-color css

<style>
 a { background-color: #676B11; }

 a { background-color: rgb(103,107,17); }

 div.DivClassName
 {
   background-color: #676B11;
 }
 .BgClassName
 {
   background-color: #676B11;
 }
</style>
border-color css

<style>
 span { border-color: #676B11; }

 span { border-color: rgb(103,107,17); }

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