#67700E

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

Shades of Fiji Green #67700E

Tints of Fiji Green #67700E

Color information

#67700E (or 0x67700E) is unknown color: approx Fiji Green. HEX triplet: 67, 70 and 0E. RGB value is (103,112,14). Sum of RGB (Red+Green+Blue) = 103+112+14=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #67700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67700E is #988FF1. Grayscale: #626262. Windows color (decimal): -9998322 or 946279. OLE color: 946279.

HSL color Cylindrical-coordinate representation of color #67700E: hue angle of 65.51º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67700E is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB10311214-
CMYK0.0800.880.56
HSL65.51º77.78%24.71%-
HSV(B)65.51º87.5%43.92%-
XYZ11.4714.52.61-
YUV98.1480.52131.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=44.98%
G=48.91%
B=6.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112140.0800.880.5665.5177.7824.71
Hex6770E805838424e19
Octal147160161001307010211631
Binary1100111111000011101000010110001110001000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,112,14); }

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

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

 a { background-color: rgb(103,112,14); }

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

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

 span { border-color: rgb(103,112,14); }

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