Html Css Color HEX #676D0E Fiji Green

📋 copy color: '#676D0E'

red 103 ◦ green 109 ◦ blue 14

#676D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #676D0E

Tints of Fiji Green #676D0E

RGB

 RED value IS 103 (40.63% from 255) = 45.58%

 GREEN value IS 109 (42.97% from 255) = 48.23%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 45.58%
G = 48.23%
B = 6.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#676D0E (or 0x676D0E) is known color: Fiji Green. HEX triplet: 67, 6D and 0E. RGB value is (103,109,14). Sum of RGB (Red+Green+Blue) = 103+109+14=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #676D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676D0E is #9892F1. Grayscale: #606060. Windows color (decimal): -9999090 or 945511. OLE color: 945511.

HSL color Cylindrical-coordinate representation of color #676D0E: hue angle of 63.79º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #676D0E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 14 -
CMYK 0.06 0 0.87 0.57
HSL 63.79º 0.77% 0.24% -
HSV(B) 63.79º 0.87% 0.43% -
XYZ 11.14 13.85 2.5 -
YUV 96.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 103 109 14 0.06 0 0.87 0.57 63.79 0.77 0.24
Hex 67 6D E 6 0 57 39 40 4D 18
Octal 147 155 16 6 0 127 71 100 115 30
Binary 1100111 1101101 1110 110 0 1010111 111001 1000000 1001101 11000

Color Harmonies of #676D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D0E

Black with #676D0E

Text Example


Text Example

White with #676D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676D0E; }

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

 H1.HeaderClassName
 {
   color: #676D0E;
 }
 .AnyTagClassName
 {
   color: #676D0E;
 }
</style>

background-color css

<style>
 a { background-color: #676D0E; }

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

 div.DivClassName
 {
   background-color: #676D0E;
 }
 .BgClassName
 {
   background-color: #676D0E;
 }
</style>

border-color css

<style>
 span { border-color: #676D0E; }

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

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