#6B770E

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

Shades of Fiji Green #6B770E

Tints of Fiji Green #6B770E

Color information

#6B770E (or 0x6B770E) is unknown color: approx Fiji Green. HEX triplet: 6B, 77 and 0E. RGB value is (107,119,14). Sum of RGB (Red+Green+Blue) = 107+119+14=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #6B770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B770E is #9488F1. Grayscale: #676767. Windows color (decimal): -9734386 or 948075. OLE color: 948075.

HSL color Cylindrical-coordinate representation of color #6B770E: hue angle of 66.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B770E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB10711914-
CMYK0.1000.880.53
HSL66.86º78.95%26.08%-
HSV(B)66.86º88.24%46.67%-
XYZ12.7416.352.9-
YUV103.4477.52130.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=44.58%
G=49.58%
B=5.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119140.1000.880.5366.8678.9526.08
Hex6B77EA05835434f1a
Octal153167161201306510311732
Binary1101011111011111101010010110001101011000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B770E; }

 p { color: rgb(107,119,14); }

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

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

 a { background-color: rgb(107,119,14); }

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

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

 span { border-color: rgb(107,119,14); }

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