#676002

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

Shades of Fiji Green #676002

Tints of Fiji Green #676002

Color information

#676002 (or 0x676002) is unknown color: approx Fiji Green. HEX triplet: 67, 60 and 02. RGB value is (103,96,2). Sum of RGB (Red+Green+Blue) = 103+96+2=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #676002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676002 is #989FFD. Grayscale: #575757. Windows color (decimal): -10002430 or 155751. OLE color: 155751.

HSL color Cylindrical-coordinate representation of color #676002: hue angle of 55.84º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676002 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB103962-
CMYK00.070.980.60
HSL55.84º96.19%20.59%-
HSV(B)55.84º98.06%40.39%-
XYZ9.7911.251.71-
YUV87.3879.82139.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=51.24%
G=47.76%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10396200.070.980.6055.8496.1920.59
Hex6760207623C386015
Octal147140207142747014025
Binary110011111000001001111100010111100111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676002; }

 p { color: rgb(103,96,2); }

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

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

 a { background-color: rgb(103,96,2); }

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

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

 span { border-color: rgb(103,96,2); }

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