#677B0C

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

Shades of Fiji Green #677B0C

Tints of Fiji Green #677B0C

Color information

#677B0C (or 0x677B0C) is unknown color: approx Fiji Green. HEX triplet: 67, 7B and 0C. RGB value is (103,123,12). Sum of RGB (Red+Green+Blue) = 103+123+12=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #677B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B0C is #9884F3. Grayscale: #686868. Windows color (decimal): -9995508 or 818023. OLE color: 818023.

HSL color Cylindrical-coordinate representation of color #677B0C: hue angle of 70.81º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #677B0C is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB10312312-
CMYK0.1600.900.52
HSL70.81º82.22%26.47%-
HSV(B)70.81º90.24%48.24%-
XYZ12.7417.082.97-
YUV104.3775.87127.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.28%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=43.28%
G=51.68%
B=5.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103123120.1600.900.5270.8182.2226.47
Hex677BC1005A3447521a
Octal147173142001326410712232
Binary11001111111011110010000010110101101001000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,123,12); }

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

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

 a { background-color: rgb(103,123,12); }

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

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

 span { border-color: rgb(103,123,12); }

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