Html Css Color HEX #677114 Fiji Green

📋 copy color: '#677114'

red 103 ◦ green 113 ◦ blue 20

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

Shades of Fiji Green #677114

Tints of Fiji Green #677114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

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

R = 43.64%
G = 47.88%
B = 8.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#677114 (or 0x677114) is known color: Fiji Green. HEX triplet: 67, 71 and 14. RGB value is (103,113,20). Sum of RGB (Red+Green+Blue) = 103+113+20=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #677114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677114 is #988EEB. Grayscale: #636363. Windows color (decimal): -9998060 or 1339751. OLE color: 1339751.

HSL color Cylindrical-coordinate representation of color #677114: hue angle of 66.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #677114 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 113 20 -
CMYK 0.09 0 0.82 0.56
HSL 66.45º 0.7% 0.26% -
HSV(B) 66.45º 0.82% 0.44% -
XYZ 11.62 14.74 2.9 -
YUV 99.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 103 113 20 0.09 0 0.82 0.56 66.45 0.7 0.26
Hex 67 71 14 9 0 52 38 42 46 1A
Octal 147 161 24 11 0 122 70 102 106 32
Binary 1100111 1110001 10100 1001 0 1010010 111000 1000010 1000110 11010

Color Harmonies of #677114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677114

Black with #677114

Text Example


Text Example

White with #677114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677114; }

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

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

background-color css

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

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

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

border-color css

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

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

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