#677012

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

Shades of Fiji Green #677012

Tints of Fiji Green #677012

Color information

#677012 (or 0x677012) is unknown color: approx Fiji Green. HEX triplet: 67, 70 and 12. RGB value is (103,112,18). Sum of RGB (Red+Green+Blue) = 103+112+18=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #677012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677012 is #988FED. Grayscale: #626262. Windows color (decimal): -9998318 or 1208423. OLE color: 1208423.

HSL color Cylindrical-coordinate representation of color #677012: hue angle of 65.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #677012 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB10311218-
CMYK0.0800.840.56
HSL65.74º72.31%25.49%-
HSV(B)65.74º83.93%43.92%-
XYZ11.514.522.77-
YUV98.5982.52131.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=44.21%
G=48.07%
B=7.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112180.0800.840.5665.7472.3125.49
Hex677012805438424819
Octal147160221001247010211031
Binary11001111110000100101000010101001110001000010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677012; }

 p { color: rgb(103,112,18); }

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

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

 a { background-color: rgb(103,112,18); }

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

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

 span { border-color: rgb(103,112,18); }

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