#677C14

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

Shades of Fiji Green #677C14

Tints of Fiji Green #677C14

Color information

#677C14 (or 0x677C14) is unknown color: approx Fiji Green. HEX triplet: 67, 7C and 14. RGB value is (103,124,20). Sum of RGB (Red+Green+Blue) = 103+124+20=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #677C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677C14 is #9883EB. Grayscale: #6A6A6A. Windows color (decimal): -9995244 or 1342567. OLE color: 1342567.

HSL color Cylindrical-coordinate representation of color #677C14: hue angle of 72.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #677C14 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB10312420-
CMYK0.1700.840.51
HSL72.12º72.22%28.24%-
HSV(B)72.12º83.87%48.63%-
XYZ12.9317.353.33-
YUV105.8679.54125.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=41.70%
G=50.20%
B=8.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103124200.1700.840.5172.1272.2228.24
Hex677C14110543348481c
Octal147174242101246311011034
Binary110011111111001010010001010101001100111001000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677C14; }

 p { color: rgb(103,124,20); }

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

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

 a { background-color: rgb(103,124,20); }

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

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

 span { border-color: rgb(103,124,20); }

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