Html Css Color HEX #677614 Fiji Green

📋 copy color: '#677614'

red 103 ◦ green 118 ◦ blue 20

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

Shades of Fiji Green #677614

Tints of Fiji Green #677614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 42.74%
G = 48.96%
B = 8.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#677614 (or 0x677614) is known color: Fiji Green. HEX triplet: 67, 76 and 14. RGB value is (103,118,20). Sum of RGB (Red+Green+Blue) = 103+118+20=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #677614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677614 is #9889EB. Grayscale: #666666. Windows color (decimal): -9996780 or 1341031. OLE color: 1341031.

HSL color Cylindrical-coordinate representation of color #677614: hue angle of 69.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #677614 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 20 -
CMYK 0.13 0 0.83 0.54
HSL 69.18º 0.71% 0.27% -
HSV(B) 69.18º 0.83% 0.46% -
XYZ 12.2 15.89 3.09 -
YUV 102.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 103 118 20 0.13 0 0.83 0.54 69.18 0.71 0.27
Hex 67 76 14 D 0 53 36 45 47 1B
Octal 147 166 24 15 0 123 66 105 107 33
Binary 1100111 1110110 10100 1101 0 1010011 110110 1000101 1000111 11011

Color Harmonies of #677614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677614

Black with #677614

Text Example


Text Example

White with #677614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677614; }

 p { color: rgb(103,118,20); }

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

background-color css

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

 a { background-color: rgb(103,118,20); }

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

border-color css

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

 span { border-color: rgb(103,118,20); }

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