#68710B

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

Shades of Fiji Green #68710B

Tints of Fiji Green #68710B

Color information

#68710B (or 0x68710B) is unknown color: approx Fiji Green. HEX triplet: 68, 71 and 0B. RGB value is (104,113,11). Sum of RGB (Red+Green+Blue) = 104+113+11=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #68710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710B is #978EF4. Grayscale: #636363. Windows color (decimal): -9932533 or 749928. OLE color: 749928.

HSL color Cylindrical-coordinate representation of color #68710B: hue angle of 65.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68710B is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB10411311-
CMYK0.0800.900.56
HSL65.29º82.26%24.31%-
HSV(B)65.29º90.27%44.31%-
XYZ11.6714.782.55-
YUV98.6878.52131.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=45.61%
G=49.56%
B=4.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113110.0800.900.5665.2982.2624.31
Hex6871B805A38415218
Octal150161131001327010112230
Binary1101000111000110111000010110101110001000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68710B; }

 p { color: rgb(104,113,11); }

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

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

 a { background-color: rgb(104,113,11); }

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

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

 span { border-color: rgb(104,113,11); }

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