#68781E

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

Shades of Fiji Green #68781E

Tints of Fiji Green #68781E

Color information

#68781E (or 0x68781E) is unknown color: approx Fiji Green. HEX triplet: 68, 78 and 1E. RGB value is (104,120,30). Sum of RGB (Red+Green+Blue) = 104+120+30=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #68781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68781E is #9787E1. Grayscale: #696969. Windows color (decimal): -9930722 or 1996904. OLE color: 1996904.

HSL color Cylindrical-coordinate representation of color #68781E: hue angle of 70.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68781E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB10412030-
CMYK0.1300.750.53
HSL70.67º60%29.41%-
HSV(B)70.67º75%47.06%-
XYZ12.6616.473.74-
YUV104.9685.7127.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=40.94%
G=47.24%
B=11.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104120300.1300.750.5370.676029.41
Hex68781ED04B35473c1d
Octal15017036150113651077435
Binary1101000111100011110110101001011110101100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68781E; }

 p { color: rgb(104,120,30); }

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

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

 a { background-color: rgb(104,120,30); }

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

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

 span { border-color: rgb(104,120,30); }

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