Html Css Color HEX #677D14 Fiji Green

📋 copy color: '#677D14'

red 103 ◦ green 125 ◦ blue 20

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

Shades of Fiji Green #677D14

Tints of Fiji Green #677D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.4%

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

R = 41.53%
G = 50.4%
B = 8.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#677D14 (or 0x677D14) is known color: Fiji Green. HEX triplet: 67, 7D and 14. RGB value is (103,125,20). Sum of RGB (Red+Green+Blue) = 103+125+20=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #677D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D14 is #9882EB. Grayscale: #6A6A6A. Windows color (decimal): -9994988 or 1342823. OLE color: 1342823.

HSL color Cylindrical-coordinate representation of color #677D14: hue angle of 72.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #677D14 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 125 20 -
CMYK 0.18 0 0.84 0.51
HSL 72.57º 0.72% 0.28% -
HSV(B) 72.57º 0.84% 0.49% -
XYZ 13.05 17.6 3.37 -
YUV 106.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 103 125 20 0.18 0 0.84 0.51 72.57 0.72 0.28
Hex 67 7D 14 12 0 54 33 49 48 1C
Octal 147 175 24 22 0 124 63 111 110 34
Binary 1100111 1111101 10100 10010 0 1010100 110011 1001001 1001000 11100

Color Harmonies of #677D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D14

Black with #677D14

Text Example


Text Example

White with #677D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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