#68771A

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

Shades of Fiji Green #68771A

Tints of Fiji Green #68771A

Color information

#68771A (or 0x68771A) is unknown color: approx Fiji Green. HEX triplet: 68, 77 and 1A. RGB value is (104,119,26). Sum of RGB (Red+Green+Blue) = 104+119+26=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #68771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68771A is #9788E5. Grayscale: #686868. Windows color (decimal): -9930982 or 1734504. OLE color: 1734504.

HSL color Cylindrical-coordinate representation of color #68771A: hue angle of 69.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68771A is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB10411926-
CMYK0.1300.780.53
HSL69.68º64.14%28.43%-
HSV(B)69.68º78.15%46.67%-
XYZ12.4916.213.45-
YUV103.9184.03128.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=41.77%
G=47.79%
B=10.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119260.1300.780.5369.6864.1428.43
Hex68771AD04E3546401c
Octal150167321501166510610034
Binary11010001110111110101101010011101101011000110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68771A; }

 p { color: rgb(104,119,26); }

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

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

 a { background-color: rgb(104,119,26); }

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

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

 span { border-color: rgb(104,119,26); }

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